package piaf

  1. Overview
  2. Docs
type 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
val is_tspecials : char -> bool
val invalid_token : string -> 'a Angstrom.t
val nothing_to_do : 'a Angstrom.t
val is_ctl : char -> bool
val is_space : char -> bool
val is_ascii : char -> bool
val is_token : char -> bool
val token : string Angstrom.t
val is_digit : char -> bool
val attribute : string Angstrom.t
val ietf_token : string Angstrom.t
val x_token : string Angstrom.t
val extension_token : [> `Ietf_token of string | `X_token of string ] Angstrom.t
val value : value Angstrom.t
val of_string : string -> 'a Angstrom.t -> 'b option
val disposition_type : [> `Attachment | `Ietf_token of string | `Inline | `X_token of string ] Angstrom.t
val parameter : (string * value) Angstrom.t
val quoted_date_time : unit Angstrom.t
val parm : string -> 'a Angstrom.t -> 'a Angstrom.t
val filename_parm : value Angstrom.t
val creation_date_parm : unit Angstrom.t
val modification_date_parm : unit Angstrom.t
val read_date_parm : unit Angstrom.t
val size_parm : int Angstrom.t
val disposition_parm : parameter Angstrom.t
val disposition : t Angstrom.t
OCaml

Innovation. Community. Security.