package piaf

  1. Overview
  2. Docs
An HTTP library with HTTP/2 support written entirely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

piaf-0.2.0.tbz
sha256=07fa9009a52faeaae6d86116e75007f5279b185c7bc7c95aab9455f2107370fb
sha512=dfde4bd0a5c8a3b795a8e3d6f6e1f9f1864a9eb0a1b96763c17515d771566af7623ca64db671a8dce2c7838dad08d8465db98f5e4f8dcf5e1a386ef5b29da56c

doc/piaf.multipart_form/Piaf_multipart_form/Content_disposition/Decoder/index.html

Module Content_disposition.DecoderSource

Sourcetype parameter =
  1. | Filename of value
  2. | Creation of unit
  3. | Modification of unit
  4. | Read of unit
  5. | Size of int
  6. | Parameter of string * value
Sourceval is_tspecials : char -> bool
Sourceval invalid_token : string -> 'a Angstrom.t
Sourceval nothing_to_do : 'a Angstrom.t
Sourceval is_ctl : char -> bool
Sourceval is_space : char -> bool
Sourceval is_ascii : char -> bool
Sourceval is_token : char -> bool
Sourceval token : string Angstrom.t
Sourceval is_digit : char -> bool
Sourceval attribute : string Angstrom.t
Sourceval ietf_token : string Angstrom.t
Sourceval x_token : string Angstrom.t
Sourceval extension_token : [> `Ietf_token of string | `X_token of string ] Angstrom.t
Sourceval of_string : string -> 'a Angstrom.t -> 'a option
Sourceval disposition_type : [> `Attachment | `Ietf_token of string | `Inline | `X_token of string ] Angstrom.t
Sourceval parameter : (string * value) Angstrom.t
Sourceval quoted_date_time : unit Angstrom.t
Sourceval parm : string -> 'a Angstrom.t -> 'a Angstrom.t
Sourceval filename_parm : value Angstrom.t
Sourceval creation_date_parm : unit Angstrom.t
Sourceval modification_date_parm : unit Angstrom.t
Sourceval read_date_parm : unit Angstrom.t
Sourceval size_parm : int Angstrom.t
Sourceval disposition_parm : parameter Angstrom.t
Sourceval disposition : t Angstrom.t
OCaml

Innovation. Community. Security.