MimeMIME type handling
val src : Logs.Src.tLog source for MIME type operations
val of_string : string -> tParse MIME type from string (e.g., "text/html; charset=utf-8")
val to_string : t -> stringConvert MIME type to string representation
val pp : Format.formatter -> t -> unitPretty printer for MIME types
val json : tCommon MIME types
val text : tval html : tval xml : tval form : tval octet_stream : tval multipart_form : tval make : string -> string -> tmake type subtype creates a MIME type
with_param key value t adds or updates a parameter in the MIME type. Example: with_param "boundary" "----WebKit123" multipart_form produces "multipart/form-data; boundary=----WebKit123"
val charset : t -> string optionExtract charset parameter if present