module Orion::Controller::RequestHelpers
Direct including types
Defined in:
orion/controller/request_helpers.crInstance Method Summary
-
#host
The host with port of the request object.
-
#path_params
The path params if any routes have named params in the path.
-
#query_params
The query params of the request object.
-
#remote_address
The remote address of the incoming request.
-
#request
The HTTP request object.
-
#resource
The resource of the request object.
-
#response
The HTTP response object.