Request

play.api.mvc.Request
See theRequest companion trait
object Request

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Request.type

Members list

Value members

Concrete methods

def apply[A](rh: RequestHeader, body: A): Request[A]

Create a new Request from a RequestHeader and a body. The RequestHeader's methods aren't evaluated when this method is called.

Create a new Request from a RequestHeader and a body. The RequestHeader's methods aren't evaluated when this method is called.

Attributes