ContentTypeOf

play.api.http.ContentTypeOf
See theContentTypeOf companion class

Default Content-Type typeclasses.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Inherited implicits

Default content type for byte array (application/application/octet-stream).

Default content type for byte array (application/application/octet-stream).

Attributes

Inherited from:
DefaultContentTypeOfs

Default content type for byte array (application/application/octet-stream).

Default content type for byte array (application/application/octet-stream).

Attributes

Inherited from:
DefaultContentTypeOfs

Default content type for empty responses (no content type).

Default content type for empty responses (no content type).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_Html(implicit codec: Codec): ContentTypeOf[Html]

Default content type for Html values (text/html).

Default content type for Html values (text/html).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_JavaScript(implicit codec: Codec): ContentTypeOf[JavaScript]

Default content type for JavaScript values.

Default content type for JavaScript values.

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_JsValue(implicit codec: Codec): ContentTypeOf[JsValue]

Default content type for JsValue values (application/json).

Default content type for JsValue values (application/json).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_NodeBuffer(implicit codec: Codec): ContentTypeOf[NodeBuffer]

Default content type for NodeBuffer values (application/xml).

Default content type for NodeBuffer values (application/xml).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_NodeSeq[C <: NodeSeq](implicit codec: Codec): ContentTypeOf[C]

Default content type for NodeSeq values (application/xml).

Default content type for NodeSeq values (application/xml).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_String(implicit codec: Codec): ContentTypeOf[String]

Default content type for String values (text/plain).

Default content type for String values (text/plain).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_Txt(implicit codec: Codec): ContentTypeOf[Txt]

Default content type for Txt values (text/plain).

Default content type for Txt values (text/plain).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_Xml(implicit codec: Codec): ContentTypeOf[Xml]

Default content type for Xml values (application/xml).

Default content type for Xml values (application/xml).

Attributes

Inherited from:
DefaultContentTypeOfs
implicit def contentTypeOf_urlEncodedForm(implicit codec: Codec): ContentTypeOf[Map[String, Seq[String]]]

Default content type for Map[String, Seq[String]]] values (application/x-www-form-urlencoded).

Default content type for Map[String, Seq[String]]] values (application/x-www-form-urlencoded).

Attributes

Inherited from:
DefaultContentTypeOfs