cohttp-lwt
CoHTTP implementation using the Lwt concurrency library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library cohttp-lwt
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