module Route

Included Modules

Defined in:

route.cr
route/logger.cr
route/router.cr
route/version.cr

Constant Summary

VERSION = "0.1.4"

Instance Method Summary

Macro Summary

Instance methods inherited from module Route::Logger

e(msg : String) e, i(msg : String) i, route_log_level(level : Int32) route_log_level, w(msg : String) w

Instance Method Detail

def routeHandler : Router #

[View source]

Macro Detail

macro delete(path, api) #

[View source]
macro get(path, api) #

[View source]
macro options(path, api) #

[View source]
macro patch(path, api) #

[View source]
macro post(path, api) #

[View source]
macro put(path, api) #

[View source]