Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
silver
master
Top Level Namespace
Silver
App
Context
Handler
HttpRequest
HttpResponse
Method
Route
Generated using Crystal 1.16.0
2025-05-16 17:13:13 UTC
class
Silver::
Route
Silver::Route
Reference
Object
Defined in:
routing.cr
Constructors
.new
(pattern : String)
Instance Method Summary
#match
(path : String) : Hash(String, String) | Nil
#param_names
: Array(String)
#pattern
: String
Constructor Detail
def self.
new
(pattern : String)
#
[
View source
]
Instance Method Detail
def
match
(path : String) : Hash(String, String) | Nil
#
[
View source
]
def
param_names
: Array(String)
#
[
View source
]
def
pattern
: String
#
[
View source
]