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 13 Apr 09:12
  • Install a cohttp-server binary that serves local directory contents via a web server (#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 (#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 (#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 (#62).
  • Regenerate build system using OASIS 0.4.0.