class Orion::Server::Request
- Orion::Server::Request
- HTTP::Request
- Reference
- Object
Defined in:
orion/server/request.crInstance Method Summary
- #action : Orion::Action | Nil
- #action=(action : Orion::Action | Nil)
- #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) | Nil)
-
#reset_path!
The original path of the request