type 'a io = 'a Web_cohttp_lwt.io
type req = Web_cohttp_lwt.req
The type for HTTP requests.
type resp = Web_cohttp_lwt.resp
The type for HTTP responses.
type raw = Web_cohttp_lwt.raw
The type of the buffer.
type uri = Web_cohttp_lwt.uri
module HTTP : sig ... end with type HTTP.headers = Web_cohttp_lwt.HTTP.headers
Status codes
val s100_continue : status
100
.
val s200_ok : status
200
.
module Request : sig ... end with type Request.body = Web_cohttp_lwt.Request.body
module Response : sig ... end with type Response.body = Web_cohttp_lwt.Response.body