BodyParserUtils

play.api.mvc.BodyParserUtils
See theBodyParserUtils companion trait

Attributes

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

Members list

Value members

Concrete methods

Value parameters

maxLength

Maximum allowed bytes.

request

The request whose Content-Length header will be checked (if it exists).

Attributes

Returns

true if the request's Content-Length header value is greater than maxLength. false otherwise or if the request does not have a Content-Length header (or if it can't be parsed).