package piaf

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

Module Piaf_multipart_form.HeaderSource

Sourcetype t = Field.field list
Sourceval pp : Field.field list Fmt.t
Sourceval assoc : string -> Field.field list -> Field.field list
Sourceval remove_assoc : string -> Field.field list -> Field.field list
Sourceval exists : string -> Field.field list -> bool
Sourceval empty : 'a list
Sourceval concat : 'a list -> 'a list -> 'a list
Sourceval to_list : 'a -> 'a
Sourceval add : 'a. Field_name.t -> ('a Field.t * 'a) -> t -> t
Sourceval replace : 'a. Field_name.t -> ('a Field.t * 'a) -> t -> t
Sourceval of_list : 'a -> 'a
Sourceval of_list_with_location : 'a -> 'a
Sourceval content_type : Field.field list -> Content_type.t
Sourceval content_encoding : Field.field list -> Content_encoding.t
Sourceval content_disposition : Field.field list -> Content_disposition.t option
Sourcemodule Decoder : sig ... end
Sourcemodule Encoder : sig ... end
OCaml

Innovation. Community. Security.