struct Marten::Routing::Match

Overview

A route match, corresponding to a specific handler plus the extracted route parameters.

Defined in:

marten/routing/match.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(handler : Marten::Handlers::Base.class, kwargs : Marten::Routing::MatchParameters = MatchParameters.new) #

[View source]

Instance Method Detail

def handler : Marten::Handlers::Base.class #

[View source]

[View source]