AnyContent

play.api.mvc.AnyContent
See theAnyContent companion object
sealed trait AnyContent

A request body that adapts automatically according the request Content-Type.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

application/x-www-form-urlencoded

application/x-www-form-urlencoded

Attributes

text/json or application/json

text/json or application/json

Attributes

multipart/form-data

multipart/form-data

Attributes

Used when no Content-Type matches

Used when no Content-Type matches

Attributes

text/plain

text/plain

Attributes

application/xml

application/xml

Attributes