The request HTTP method.
The request uri.
The request HTTP headers.
The request body.
The client IP.
The media types set in the request Accept header, not sorted in any particular order.
The Request Langs, extracted from the Accept-Language header.
The Request Langs, extracted from the Accept-Language header.
Check if this request accepts a given media type.
Check if this request accepts a given media type.
The request body.
The request body.
Returns the charset of the request for text-based body
Returns the charset of the request for text-based body
Returns the value of the Content-Type header (without the ;charset= part if exists)
Returns the value of the Content-Type header (without the ;charset= part if exists)
The HTTP cookies.
The HTTP cookies.
The HTTP domain
The HTTP domain
Parses the Flash
cookie and returns the Flash
data.
Parses the Flash
cookie and returns the Flash
data.
The request HTTP headers.
The request HTTP headers.
The HTTP host (domain, optionally port)
The HTTP host (domain, optionally port)
Transform the request body.
Transform the request body.
The request HTTP method.
The request HTTP method.
The request path.
The request path.
The request query String
The request query String
Returns the raw query string.
Returns the raw query string.
The client IP.
The client IP.
Parses the Session
cookie and returns the Session
data.
Parses the Session
cookie and returns the Session
data.
The request uri.
The request uri.
Constructs a new request with additional Cookies.
Constructs a new request with additional Flash.
Set a Form url encoded body to this request.
Constructs a new request with additional headers.
Sets a JSON body to this request.
Sets a JSON body to this request. The content type is set to application/json. The method is set to POST.
the JSON Node.
The request HTTP method, POST by default.
the current fake request
Constructs a new request with additional session.
Fake HTTP request implementation.
The body type.
The request HTTP method.
The request uri.
The request HTTP headers.
The request body.
The client IP.