type +'a io = 'a Lwt.t
type raw = Cstruct.t
The type of the buffer.
type uri = Uri.t
module HTTP : sig ... end
Status codes
val s100_continue : status
100
.
val s200_ok : status
200
.
module Request : sig ... end with type Request.body = Lwt_cstruct_flow.i
module Response : sig ... end with type Response.body = Lwt_cstruct_flow.o