struct Marten::Routing::Match
- Marten::Routing::Match
- Struct
- Value
- Object
Overview
A route match, corresponding to a specific handler plus the extracted route parameters.
Defined in:
marten/routing/match.crConstructors
Instance Method Summary
Constructor Detail
def self.new(handler : Marten::Handlers::Base.class, kwargs : Marten::Routing::MatchParameters = MatchParameters.new)
#