Contains information about the current HTTP request.
The request object is available as a global request
in the CMS. It is not available in other rendering contexts.
Returns the current URL.
Returns the base part (scheme + host with optional port) of the current URL.
Returns the scheme of the current request (ie. http
or https
).
Returns the host of the current request.
Returns the port of the current request.
Returns the path of the current request.
Returns the path with query string of the current request.
Returns the query string of the current request.