Ocsigen_charset_mimeCharset
val no_charset : charsetval empty_charset_assoc : ?default:charset -> unit -> charset_assocAll files are mapped to no_charset
val empty_mime_assoc : ?default:charset -> unit -> charset_assocval find_charset : string -> charset_assoc -> charsetval default_charset : charset_assoc -> charsetFunctions related to the default charset in the association
val set_default_charset : charset_assoc -> charset -> charset_assocval update_charset_ext : charset_assoc -> extension -> charset -> charset_assocUpdates the mapping between extensions from a file to its charset. The update can be specified using the extension of the file, the name of the file, or the entire file (with its path)
val update_charset_file : charset_assoc -> filename -> charset -> charset_assocval update_charset_regexp :
charset_assoc ->
Pcre.regexp ->
charset ->
charset_assocval default_mime_type : mime_typeval default_mime_assoc : unit -> mime_assocDefault values, obtained by reading the file specified by Ocsigen_config_static.get_mimefile
val parse_mime_types : filename:string -> mime_assocParsing of a file containing mime associations, such as /etc/mime-types
val find_mime : file -> mime_assoc -> stringval default_mime : mime_assoc -> mime_typeval set_default_mime : mime_assoc -> mime_type -> mime_assocval update_mime_ext : mime_assoc -> extension -> mime_type -> mime_assocval update_mime_file : mime_assoc -> filename -> mime_type -> mime_assocval update_mime_regexp : mime_assoc -> Pcre.regexp -> mime_type -> mime_assoc