type 'a io = 'a Web_cohttp_lwt.iotype req = Web_cohttp_lwt.reqThe type for HTTP requests.
type resp = Web_cohttp_lwt.respThe type for HTTP responses.
type raw = Web_cohttp_lwt.rawThe type of the buffer.
type uri = Web_cohttp_lwt.urimodule HTTP : sig ... end with type HTTP.headers = Web_cohttp_lwt.HTTP.headersStatus codes
val s100_continue : status100.
val s200_ok : status200.
module Request : sig ... end with type Request.body = Web_cohttp_lwt.Request.bodymodule Response : sig ... end with type Response.body = Web_cohttp_lwt.Response.body