Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Yurt_request_ctx.Body
Sourceinclude module type of struct include Cohttp_lwt.Body end
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 empty : t
val of_string_list : string list -> t
val of_form : ?scheme:string -> (string * string list) list -> t
val to_string_list : t -> string list Lwt.t
val to_form : t -> (string * string list) list Lwt.t
val write_body : (string -> unit Lwt.t) -> t -> unit Lwt.t
val drain_body : t -> unit Lwt.t