play.api.mvc.BodyParserUtils
See theBodyParserUtils companion object
A set of reusable body parsers and utilities that do not require configuration.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Don't parse the body content.
Don't parse the body content.
Attributes
A body parser that always returns an error.
A body parser that always returns an error.
Attributes
A body parser that flattens a future BodyParser.
A body parser that flattens a future BodyParser.
Attributes
Wrap an existing BodyParser with a maxLength constraints.
Wrap an existing BodyParser with a maxLength constraints.
Value parameters
-
maxLength
-
The max length allowed
-
parser
-
The BodyParser to wrap
Attributes
Allows to choose the right BodyParser parser to use by examining the request headers.
Allows to choose the right BodyParser parser to use by examining the request headers.
Attributes
Creates a conditional BodyParser.
Creates a conditional BodyParser.
Attributes