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

Module Piaf_multipart_form.FieldSource

Sourcetype 'a t =
  1. | Content_type : Content_type.t t
  2. | Content_encoding : Content_encoding.t t
  3. | Content_disposition : Content_disposition.t t
  4. | Field : Unstrctrd.t t
Sourcetype witness =
  1. | Witness : 'a t -> witness
Sourcetype field =
  1. | Field : Field_name.t * 'a t * 'a -> field
Sourceval pp_unstrctrd : Format.formatter -> Unstrctrd.t -> unit
Sourceval pp : Format.formatter -> field -> unit
Sourceval (<.>) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval of_field_name : Field_name.t -> witness
Sourceval parser : 'a. 'a t -> 'a Angstrom.t
Sourcemodule Decoder : sig ... end
Sourceval encoder : 'a. 'a t -> 'a Prettym.t
Sourcemodule Encoder : sig ... end
OCaml

Innovation. Community. Security.