package piaf

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

Module MultipartSource

Sourcetype t
Sourcemodule Pp : sig ... end
Sourceval parse_content_type : string -> (Multipart_form.Content_type.t, [> `Msg of string ]) result
Sourceval result_headers : t -> (string * string) list
Sourceval result_fields : t -> (string * Multipart_form.Header.t) list
Sourceval parse_multipart_form : content_type:string -> max_chunk_size:int -> emit:(string option -> Bigstringaf.t Faraday.iovec Lwt_stream.t -> unit) -> ?finish:(unit -> unit) -> Bigstringaf.t Faraday.iovec Lwt_stream.t -> (t, [> `Msg of string ]) result Lwt.t
OCaml

Innovation. Community. Security.