object PlayBodyParsers
- Source
- BodyParsers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlayBodyParsers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(tfc: TemporaryFileCreator = SingletonTemporaryFileCreator, eh: HttpErrorHandler = new DefaultHttpErrorHandler(), conf: ParserConfiguration = ParserConfiguration())(implicit mat: Materializer): PlayBodyParsers
A helper method for creating PlayBodyParsers.
A helper method for creating PlayBodyParsers. The default values are mainly useful in testing, and default the TemporaryFileCreator and HttpErrorHandler to singleton versions.