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
- #handler : Marten::Handlers::Base.class
- #kwargs : Hash(String, Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8 | UUID)
Constructor Detail
def self.new(handler : Marten::Handlers::Base.class, kwargs : Hash(String, Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8 | UUID) = {} of String => Parameter::Types)
#
Instance Method Detail
def kwargs : Hash(String, Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8 | UUID)
#