Skip to content

Better Server-Side Event support, complete HTTP codes and install a server binary

Compare
Choose a tag to compare
@avsm avsm released this 15 Dec 13:09
· 204 commits to master since this release

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 the IO 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 mandatory body option (mirage#62).
  • Regenerate build system using OASIS 0.4.0.