Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Body = Cohttp_lwt_body
module Request = Cohttp_lwt_unix.Request
module Response = Cohttp.Response
module Header = Cohttp.Header
type status_code = Cohttp.Code.status_code
and request = Request.t
and response = (Response.t * Body.t) Lwt.t
Response type
and endpoint = Request.t -> Route.params -> Body.t -> response
HTTP handler
val query_all : Request.t -> (string * string list) list
val query_string : Request.t -> string -> string option
val query_int : Request.t -> string -> int option
val query_float : Request.t -> string -> float option