package yurt
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Yurt.Form
val urlencoded : Cohttp_lwt.Body.t -> (string, string list) Hashtbl.t Lwt.tval urlencoded_json : Cohttp_lwt.Body.t -> Ezjsonm.t Lwt.ttype multipart = {mutable data : char Lwt_stream.t;mutable name : string;attr : (string, string list) Hashtbl.t;
}val get_attr : multipart -> string -> string listval is_multipart : Request_ctx.Request.t -> boolval multipart :
Request_ctx.Request.t ->
Cohttp_lwt.Body.t ->
multipart list Lwt.tval parse_form : Request_ctx.Request.t -> Cohttp_lwt.Body.t -> form Lwt.t