package piaf

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

Module Multipart_form.Content_dispositionSource

Sourcetype t
Sourceval disposition_type : t -> [ `Inline | `Attachment | `Ietf_token of string | `X_token of string ]
Sourceval name : t -> string option
Sourceval filename : t -> string option
Sourceval size : t -> int option
Sourceval pp : t Fmt.t
Sourceval v : ?filename:string -> ?kind:[ `Inline | `Attachment | `Ietf_token of string | `X_token of string ] -> ?size:int -> string -> t
OCaml

Innovation. Community. Security.