Http_types.Bodymodule How : sig ... endval sexp_of_t : t -> Sexplib0.Sexp.tval to_string_opt' : t -> string option Async_kernel.Deferred.tto_string_opt' t converts the given t value to a string, if possible.
val to_string' : t -> string Async_kernel.Deferred.tto_string' t converts the given t value to a string, if possible.
val to_string_list' : t -> string list Async_kernel.Deferred.tto_string_list' t converts the given t value to a list of strings.
val of_string : string -> tof_string str creates a new t value from the given string.
val of_string_list : string list -> tof_string_list str_list creates a new t value from the given list of strings.
val length_opt : t -> int optionlength_opt data returns length of data or None if data is a pipe.
val is_pipe : t -> boolis_pipe data returns true if data is of type `Pipe.
val close : t -> unitclose data closes the Pipe.Reader.t.