module Invidious::Routing

Defined in:

invidious/routing.cr

Macro Summary

Macro Detail

macro delete(path, controller, method = :handle) #

[View source]
macro get(path, controller, method = :handle) #

[View source]
macro head(path, controller, method = :handle) #

[View source]
macro options(path, controller, method = :handle) #

[View source]
macro patch(path, controller, method = :handle) #

[View source]
macro post(path, controller, method = :handle) #

[View source]
macro put(path, controller, method = :handle) #

[View source]