Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val urlencoded : Cohttp_lwt_body.t -> (string, string list) Hashtbl.t Lwt.t
val urlencoded_list : Cohttp_lwt_body.t -> (string * string list) list Lwt.t
val urlencoded_json : Cohttp_lwt_body.t -> Ezjsonm.t Lwt.t
type multipart = {
mutable data : char Lwt_stream.t;
mutable name : string;
attr : (string, string list) Hashtbl.t;
}
val get_attr : multipart -> string -> string list
val is_multipart : Request_ctx.Request.t -> bool
val multipart :
Request_ctx.Request.t ->
Cohttp_lwt_body.t ->
multipart list Lwt.t
val parse_form : Request_ctx.Request.t -> Cohttp_lwt_body.t -> form Lwt.t