module InputFile:sig
..end
val load : string -> string Lwt.t
Used to format data as HTTP `multipart/form-data`
Returns The formatted string to use as the HTTP body (make sure to correctly format the headers for multipart/form-data)
val multipart_body : (string * string) list -> string * string * string -> string -> string Lwt.t