MimeTypeNames
Contains a list of common mime-types.
Gets the mime-type for JSON text: application/json.
Gets the mime-type for XHTML / XML text: application/xhtml+xml.
Gets the mime-type for XML applications: application/xml.
Gets the mime-type for raw binary data: application/octet-stream.
Gets the mime-type for a cascading style sheet: text/css.
Gets the default mime-type for JavaScript scripts: text/javascript.
Gets the mime-type for HTML text: text/html.
Gets the mime-type for multipart form data: multipart/form-data.
Gets the mime-type for plain text: text/plain.
Gets the mime-type for a PNG image: image/png.
Gets the mime-type for SVG text: image/svg+xml.
Gets the mime-type for a form: application/x-www-form-urlencoded.
Gets the mime-type for XML text: text/xml.
Gets the mime type from a file extension ".ext".
Gets some extension ".ext" from a MIME type.
Checks if the given mime-type is one of the JavaScript variants.
Checks if the given mime-type is equivalent to the provided string
representation.