Better Server-Side Event support, complete HTTP codes and install a server binary
0.9.14 (2013-12-15):
- Install a
cohttp-serverbinary that serves local directory contents via a web server (mirage#54). - Add a
flushfunction to theIOmodule type and implement in Lwt/Async/Mirage. - Add option
flushsupport in the Async and Lwt responders (mirage#52). - Autogenerate HTTP codes from @citricsquid's JSON representation of the HTTP RFCs.
- Always set
TCP_NODELAYfor Lwt/Unix server sockets for low-latency responses (mirage#58). - Added a Server-Side Events test-case from the HTML5 Doctor. See
lib_test/README.md. - Async.Server response now takes an optional
bodyrather than a mandatorybody option(mirage#62). - Regenerate build system using OASIS 0.4.0.