Better Server-Side Event support, complete HTTP codes and install a server binary
0.9.14 (2013-12-15):
- Install a
cohttp-server
binary that serves local directory contents via a web server (mirage#54). - Add a
flush
function to theIO
module type and implement in Lwt/Async/Mirage. - Add option
flush
support in the Async and Lwt responders (mirage#52). - Autogenerate HTTP codes from @citricsquid's JSON representation of the HTTP RFCs.
- Always set
TCP_NODELAY
for 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
body
rather than a mandatorybody option
(mirage#62). - Regenerate build system using OASIS 0.4.0.