Module EzAPI.Mime
type str_or_star
=[
|
`star
|
`str of string
]
type t
=
{
typ : str_or_star;
subtyp : str_or_star;
param : (string * string) option;
}
EzAPI.Mime
type str_or_star
= [
| `star |
| `str of string |
]
type t
=
{
typ : str_or_star; |
subtyp : str_or_star; |
param : (string * string) option; |
}