val sexp_of_t : t -> Sexplib0.Sexp.tval t_of_sexp : Sexplib0.Sexp.t -> tval __t_of_sexp__ : Sexplib0.Sexp.t -> tinclude Cohttp.S.Body with type t := t
val of_string : string -> tval of_string_list : string list -> tval map : (string -> string) -> t -> tval is_empty : t -> bool Lwt.tval to_string : t -> string Lwt.tval to_string_list : t -> string list Lwt.tval to_stream : t -> string Lwt_stream.tval of_stream : string Lwt_stream.t -> tval length : t -> (int64 * t) Lwt.tval write_body : (string -> unit Lwt.t) -> t -> unit Lwt.tval drain_body : t -> unit Lwt.t