Cohttp_server_lwt_unix.Contextval request : t -> Http.Request.trequest t returns the HTTP request
val read_body : t -> string Lwt.tread_body t read the request body as a string
val discard_body : t -> unit Lwt.tdiscard_body t discard the request body
val respond : t -> Http.Response.t -> Body.t -> unit Lwt.trespond t response body respond to the request with response and body