Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
route
v0.1.4
Route
API
Logger
Level
RouteContext
Router
Built with Crystal 1.9.2
2023-10-08 07:27:43 UTC
module
Route
Included Modules
Route::Logger
Defined in:
route.cr
route/logger.cr
route/router.cr
route/version.cr
Constant Summary
VERSION
=
"0.1.4"
Instance Method Summary
#routeHandler
: Router
Macro Summary
delete
(path, api)
get
(path, api)
options
(path, api)
patch
(path, api)
post
(path, api)
put
(path, api)
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
]