package piaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Form.MultipartSource

Sourcetype t = private {
  1. name : string;
  2. filename : string option;
  3. content_type : string;
  4. body : Body.t;
}
Sourceval stream : ?max_chunk_size:int -> Request.t -> (t Lwt_stream.t, Error.t) Lwt_result.t
Sourceval assoc : ?max_chunk_size:int -> Request.t -> ((string * t) list, Error.t) Lwt_result.t
OCaml

Innovation. Community. Security.