Creates a Request based on the values of an
existing Request.
Creates a Request based on the values of an
existing Request. The factory may modify the copied
values to produce a modified Request.
Creates a RequestHeader based on the values of an
existing RequestHeader.
Creates a RequestHeader based on the values of an
existing RequestHeader. The factory may modify the copied
values to produce a modified RequestHeader.
Create a Request with a body.
Create a Request with a body. By default this just calls
createRequestHeader(...).withBody(body).
Create a RequestHeader.
Create a RequestHeader.
The default RequestFactory used by a Play application. This
RequestFactoryadds the following typed attributes to requests: - request id - cookie - session cookie - flash cookie