Marten::Routing::Match
A route match, corresponding to a specific handler plus the extracted route parameters.
Constructors
new(handler : Marten::Handlers::Base.class, kwargs : Marten::Routing::MatchParameters = MatchParameters.new)
SourceInstance methods
handler
Sourcekwargs
Source