package multipart_form

  1. Overview
  2. Docs

Module Content_type.SubtypeSource

Sourcetype t = [
  1. | `Ietf_token of string
  2. | `Iana_token of string
  3. | `X_token of string
]
Sourceval iana : string -> (t, [> `Msg of string ]) result
Sourceval pp : t Fmt.t