MimeTypes

play.api.http.MimeTypes
See theMimeTypes companion object
trait MimeTypes

Common HTTP MIME types

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MimeTypes.type

Members list

Value members

Concrete fields

val BINARY: String

Content-Type of binary data.

Content-Type of binary data.

Attributes

val CACHE_MANIFEST: String

Content-Type of application cache.

Content-Type of application cache.

Attributes

val CSS: String

Content-Type of css.

Content-Type of css.

Attributes

val EVENT_STREAM: String

Content-Type of server sent events.

Content-Type of server sent events.

Attributes

val FORM: String

Content-Type of form-urlencoded.

Content-Type of form-urlencoded.

Attributes

val HTML: String

Content-Type of html.

Content-Type of html.

Attributes

val JAVASCRIPT: String

Content-Type of javascript.

Content-Type of javascript.

Attributes

val JSON: String

Content-Type of json.

Content-Type of json.

Attributes

val TEXT: String

Content-Type of text.

Content-Type of text.

Attributes

val XHTML: String

Content-Type of xhtml.

Content-Type of xhtml.

Attributes

val XML: String

Content-Type of xml.

Content-Type of xml.

Attributes