object Request
- Source
- Request.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[A](rh: RequestHeader, body: A): Request[A]
Create a new Request from a RequestHeader and a body.
Create a new Request from a RequestHeader and a body. The RequestHeader's methods aren't evaluated when this method is called.