struct Runcobo::Route
- Runcobo::Route
- Struct
- Value
- Object
Overview
Route
Defined in:
runcobo/structs/route.crConstructors
Instance Method Summary
-
#action : String
#action: String for class inheriated from BaseAction -
#action=(action : String)
#action: String for class inheriated from BaseAction -
#method : String
#method: HTTP method -
#method=(method : String)
#method: HTTP method -
#url : String
#url: URL, must starts with "/" -
#url=(url : String)
#url: URL, must starts with "/"