play.api.http.ContentTypes
See theContentTypes companion trait
object ContentTypes extends ContentTypes
Defines common HTTP Content-Type header values, according to the current available Codec.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
ContentTypes.type
Members list
Value members
Inherited methods
Content-Type of css.
Content-Type of server sent events.
Content-Type of html.
Content-Type of javascript.
Content-Type of text.
Content-Type of xhtml.
Content-Type of xml.
Attributes
- Returns
-
the
codeccharset appended tomimeType - Inherited from:
- ContentTypes
Inherited fields
Content-Type of binary data.
Content-Type of application cache.
Content-Type of form-urlencoded. This content type does not define a charset parameter.
Content-Type of form-urlencoded. This content type does not define a charset parameter.
Attributes
- Inherited from:
- ContentTypes
Content-Type of json. This content type does not define a charset parameter.
Content-Type of json. This content type does not define a charset parameter.
Attributes
- Inherited from:
- ContentTypes
In this article