package ez_api

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

Module EzAPI.MimeSource

Sourcetype str_or_star = [
  1. | `star
  2. | `str of string
]
Sourcetype t = {
  1. typ : str_or_star;
  2. subtyp : str_or_star;
  3. param : (string * string) option;
}
Sourceval parse : string -> t option
Sourceval to_string : t -> string
Sourceval allowed : t list -> string option -> bool
Sourceval json : t
Sourceval multipart : t
Sourceval url_encoded : t
Sourceval octet_stream : t
Sourceval content_type_of_file : string -> string
OCaml

Innovation. Community. Security.