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

Module Content_encoding.DecoderSource

Sourceval invalid_token : string -> 'a Angstrom.t
Sourceval of_string : string -> 'a Angstrom.t -> 'a option
Sourceval is_tspecials : char -> bool
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 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 is_wsp : char -> bool
Sourceval mechanism : [> `Base64 | `Binary | `Bit7 | `Bit8 | `Ietf_token of string | `Quoted_printable | `X_token of string ] Angstrom.t
OCaml

Innovation. Community. Security.