class Orion::Server::Request
- Orion::Server::Request
- HTTP::Request
- Reference
- Object
Defined in:
Instance Method Summary
- #action : Orion::Action?
- #action=(action : Orion::Action?)
- #base_path : String
- #base_path=(base_path : String)
-
#format
The format of the http request
-
#formats
The formats of the http request
-
#path=(new_path)
Sets request's path component.
-
#path_params
Returns the list of path params set by an Orion route.
-
#path_params=(path_params : Hash(String, String)?)
:nodoc:
-
#reset_path!
The original path of the request
Instance methods inherited from class HTTP::Request
action : Orion::Action?
action,
action=(action : Orion::Action?)
action=,
base_path : String
base_path,
base_path=(base_path : String)
base_path=,
format
format,
formats
formats,
path_params
path_params
Instance Method Detail
def path_params=(path_params : Hash(String, String)?)
#
Description copied from class HTTP::Request
:nodoc: