Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type multipart = {
mutable data : char Lwt_stream.t;
mutable name : string;
attr : (string, string list) Stdlib.Hashtbl.t;
}
val get_attr : multipart -> string -> string list
val is_multipart : Request.t -> bool