module Invidious::Routing
Defined in:
invidious/routing.crMacro Summary
- delete(path, controller, method = :handle)
- get(path, controller, method = :handle)
- head(path, controller, method = :handle)
- options(path, controller, method = :handle)
- patch(path, controller, method = :handle)
- post(path, controller, method = :handle)
- put(path, controller, method = :handle)