Module Ocsigen_multipartSource
Sourceval scan_multipart_body_from_stream :
?max_size:Int64.t ->
boundary:string ->
create:((string * string) list -> 'a) ->
add:('a -> string -> unit Lwt.t) ->
stop:(int64 -> 'a -> 'b Lwt.t) ->
string Ocsigen_stream.stream ->
unit Lwt.t Sourcetype content_type = (string * string) * (string * string) list Sourcetype file_info = {tmp_filename : string;filesize : int64;raw_original_filename : string;file_content_type : content_type option;
}