struct Azu::Router::Route
- Azu::Router::Route
- Struct
- Value
- Object
Defined in:
azu/router.crConstructors
Instance Method Summary
- #clone
- #copy_with(endpoint _endpoint = @endpoint, resource _resource = @resource, method _method = @method)
- #endpoint : HTTP::Handler
- #method : Method
- #resource : String
Constructor Detail
Instance Method Detail
def copy_with(endpoint _endpoint = @endpoint, resource _resource = @resource, method _method = @method)
#