package cohttp-lwt
-
cohttp-lwt
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t
include Cohttp.S.Body with type t := t
val empty : t
val of_string : string -> t
val of_string_list : string list -> t
val transfer_encoding : t -> Cohttp.Transfer.encoding
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