Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lucky_router
v0.3.0
LuckyRouter
Fragment
DynamicFragment
StaticPartName
Match
Matcher
HttpMethod
RoutePartsSize
MatchFinder
NoMatch
PartProcessor
Route
Built with Crystal 1.9.2
2023-10-08 06:58:25 UTC
class
LuckyRouter::Match(T)
LuckyRouter::Match(T)
Reference
Object
Defined in:
lucky_router/match.cr
Constructors
.new
(payload : T, params : Hash(String, String))
Instance Method Summary
#params
: Hash(String, String)
#payload
: T
Constructor Detail
def self.
new
(payload : T, params : Hash(String, String))
#
[
View source
]
Instance Method Detail
def
params
: Hash(String, String)
#
[
View source
]
def
payload
: T
#
[
View source
]