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_encoding/index.html

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.