Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
retour
master
Retour
Delete
Error
Get
Head
HTTPRouter
Link
NotFound
Patch
Post
Put
Unlink
Built with Crystal 1.9.2
2023-10-07 18:45:52 UTC
module
Retour
Defined in:
http.cr
retour.cr
Class Method Summary
.path
(path : String)
.percent_decode
(path) : String
.percent_encode
(path : Path) : String
.percent_encode
(path) : String
Macro Summary
routes
(routes, default =
".+?"
, method =
:call
, decode_item =
""
, encode_item =
""
)
Class Method Detail
def self.
path
(path : String)
#
[
View source
]
def self.
percent_decode
(path) : String
#
[
View source
]
def self.
percent_encode
(path : Path) : String
#
[
View source
]
def self.
percent_encode
(path) : String
#
[
View source
]
Macro Detail
macro
routes
(routes, default =
".+?"
, method =
:call
, decode_item =
""
, encode_item =
""
)
#
[
View source
]