package piaf

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

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.