play.api.mvc
A request body that adapts automatically according the request Content-Type.
application/x-www-form-urlencoded
text/json or application/json
multipart/form-data
Used when no Content-Type matches
text/plain
application/xml
A request body that adapts automatically according the request Content-Type.