Package play.mvc

Class BodyParser.TolerantText

All Implemented Interfaces:
BodyParser<String>
Enclosing interface:
BodyParser<A>

public static class BodyParser.TolerantText extends BodyParser.BufferingBodyParser<String>
Parse the body as text without checking the Content-Type.
  • Constructor Details

    • TolerantText

      public TolerantText(long maxLength, HttpErrorHandler errorHandler)
    • TolerantText

      @Inject public TolerantText(play.api.http.HttpConfiguration httpConfiguration, HttpErrorHandler errorHandler)
  • Method Details