vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
162 stars 44 forks source link

Make server handler take a Cohttp.Request.t rather than Uri.t #38

Closed j0sh closed 9 years ago

j0sh commented 9 years ago

This way more useful information can be extracted from the request data, such as headers.