class MyRouter64
- MyRouter64
- Crouter::Router
- Reference
- Object
Defined in:
benchmark.crConstant Summary
-
ROUTES =
{} of String => Array(Crouter::Route)
Class Method Summary
Instance Method Summary
Macro Summary
- delete(pattern, action)
- delete(pattern)
- get(pattern, action)
- get(pattern)
- group(prefix)
- patch(pattern, action)
- patch(pattern)
- post(pattern, action)
- post(pattern)
- put(pattern, action)
- put(pattern)