trait MimeTypes extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MimeTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val BINARY: String
Content-Type of binary data.
- val CACHE_MANIFEST: String
Content-Type of application cache.
- val CSS: String
Content-Type of css.
- val EVENT_STREAM: String
Content-Type of server sent events.
- val FORM: String
Content-Type of form-urlencoded.
- val HTML: String
Content-Type of html.
- val JAVASCRIPT: String
Content-Type of javascript.
- val JSON: String
Content-Type of json.
- val TEXT: String
Content-Type of text.
- val XHTML: String
Content-Type of xhtml.
- val XML: String
Content-Type of xml.
Common HTTP MIME types