Cohttp_lwt.Body
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t
val to_stream : t -> string Lwt_stream.t
val of_stream : string Lwt_stream.t -> t
val create_stream :
('a -> Cohttp.Transfer.chunk Lwt.t) ->
'a ->
string Lwt_stream.t