package piaf

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

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