package multipart_form

  1. Overview
  2. Docs

Module Content_type.ParametersSource

Sourcemodule Map : sig ... end
Sourcetype key = string
Sourcetype value =
  1. | String of string
  2. | Token of string
Sourceval key : string -> (key, [> `Msg of string ]) result
Sourceval value : string -> (value, [> `Msg of string ]) result
Sourceval add : key -> value -> t -> t
Sourceval empty : t
Sourceval pp : t Fmt.t