package piaf

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

Module Piaf_multipart_form.Content_encodingSource

Sourcetype t = [
  1. | `Bit7
  2. | `Bit8
  3. | `Binary
  4. | `Quoted_printable
  5. | `Base64
  6. | `Ietf_token of string
  7. | `X_token of string
]
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval pp : Format.formatter -> [< `Base64 | `Binary | `Bit7 | `Bit8 | `Ietf_token of string | `Quoted_printable | `X_token of string ] -> unit
Sourceval default : [> `Bit7 ]
Sourceval bit8 : [> `Bit8 ]
Sourceval bit7 : [> `Bit7 ]
Sourceval binary : [> `Binary ]
Sourceval quoted_printable : [> `Quoted_printable ]
Sourceval base64 : [> `Base64 ]
Sourceval of_string : string -> ([> `Base64 | `Binary | `Bit7 | `Bit8 | `Quoted_printable ], [> `Msg of string ]) result
Sourceval equal : [> `Base64 | `Binary | `Bit7 | `Bit8 | `Ietf_token of string | `Quoted_printable | `X_token of string ] -> [> `Base64 | `Binary | `Bit7 | `Bit8 | `Ietf_token of string | `Quoted_printable | `X_token of string ] -> bool
Sourcemodule Decoder : sig ... end
Sourcemodule Encoder : sig ... end
Sourceval to_string : [< `Base64 | `Binary | `Bit7 | `Bit8 | `Ietf_token of string | `Quoted_printable | `X_token of string ] -> string
OCaml

Innovation. Community. Security.