Crate mime_guess[−][src]
Guessing of MIME types by file extension.
Uses a static list of file-extension : MIME type mappings.
Functions
get_mime_type |
Get the MIME type associated with a file extension. |
get_mime_type_opt |
Get the MIME type associated with a file extension. |
get_mime_type_str |
Get the MIME type string associated with a file extension. Case-insensitive. |
guess_mime_type |
Guess the MIME type of |
guess_mime_type_opt |
Guess the MIME type of |
octet_stream |
Get the MIME type for |