struct

Marten::Routing::Match

Inherits Struct < Value < Object

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)
Source

Instance methods

handler
Source
kwargs
Source