module Route

Included Modules

Defined in:

route.cr
route/http_methods.cr
route/logger.cr
route/version.cr

Constant Summary

VERSION = "0.1.0"

Instance Method 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 methods inherited from module Route::HttpMethods

route_delete(path : String, proc : Proc(Context, UriParams, Context)) route_delete, route_get(path : String, proc : Proc(Context, UriParams, Context)) route_get, route_options(path : String, proc : Proc(Context, UriParams, Context)) route_options, route_patch(path : String, proc : Proc(Context, UriParams, Context)) route_patch, route_post(path : String, proc : Proc(Context, UriParams, Context)) route_post, route_put(path : String, proc : Proc(Context, UriParams, Context)) route_put, search_route(context : Context) : Route | Nil search_route

Instance Method Detail

def routing(context : Context) : Context | Nil #

[View source]