play.api.mvc.RequestExtractors
Convenient extractor allowing to apply two extractors. Example of use:
request match { case Accepts.Json() & Accepts.Html() => "This request accepts both JSON and HTML" }
Convenient extractor allowing to apply two extractors. Example of use: