HTTP Request Information
Retrieve the domain of the request.
{{ request.domain }}
Retrieve the path of the request.
{{ request.path }}
Retrieve the first element of the request.
{{ request.first }}
Retrieve the second element of the request.
{{ request.second }}
Retrieve the third element of the request.
{{ request.third }}
Retrieve the fourth element of the request.
{{ request.fourth }}
Retrieve the fifth element of the request.
{{ request.fifth }}