Convenience implicit for testing and other scenarios where it's not important to verify payload limits (e.g. prevent OutOfMemoryError's).
Prefer using a FormBinding provided by PlayBodyParsers#formBinding since that honours play.http.parser.maxMemoryBuffer limits.