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 body content.
The body content.
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 HTTP headers.
The HTTP headers.
The HTTP host (domain, optionally port)
The HTTP host (domain, optionally port)
Transform the request body.
Transform the request body.
The HTTP method.
The HTTP method.
The URI path.
The URI path.
The parsed query string.
The parsed query string.
Returns the raw query string.
Returns the raw query string.
The client IP address.
The client IP address.
Parses the Session
cookie and returns the Session
data.
Parses the Session
cookie and returns the Session
data.
The complete request URI, containing both path and query string.
The complete request URI, containing both path and query string.
Wrap an existing request. Useful to extend a request.