MimeTypes

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

Common HTTP MIME types

Attributes

Companion
trait
Graph
Supertypes
trait MimeTypes
class Object
trait Matchable
class Any
Self type
MimeTypes.type

Members list

Value members

Inherited fields

val BINARY: String

Content-Type of binary data.

Content-Type of binary data.

Attributes

Inherited from:
MimeTypes
val CACHE_MANIFEST: String

Content-Type of application cache.

Content-Type of application cache.

Attributes

Inherited from:
MimeTypes
val CSS: String

Content-Type of css.

Content-Type of css.

Attributes

Inherited from:
MimeTypes
val EVENT_STREAM: String

Content-Type of server sent events.

Content-Type of server sent events.

Attributes

Inherited from:
MimeTypes
val FORM: String

Content-Type of form-urlencoded.

Content-Type of form-urlencoded.

Attributes

Inherited from:
MimeTypes
val HTML: String

Content-Type of html.

Content-Type of html.

Attributes

Inherited from:
MimeTypes
val JAVASCRIPT: String

Content-Type of javascript.

Content-Type of javascript.

Attributes

Inherited from:
MimeTypes
val JSON: String

Content-Type of json.

Content-Type of json.

Attributes

Inherited from:
MimeTypes
val TEXT: String

Content-Type of text.

Content-Type of text.

Attributes

Inherited from:
MimeTypes
val XHTML: String

Content-Type of xhtml.

Content-Type of xhtml.

Attributes

Inherited from:
MimeTypes
val XML: String

Content-Type of xml.

Content-Type of xml.

Attributes

Inherited from:
MimeTypes