struct Marten::Routing::Path::Match

Overview

Represents a match result for a path.

This struct is returned by the #resolve method of a path spec object. It contains the extracted parameters and the end index of the match in the path string.

Defined in:

marten/routing/path/match.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parameters : MatchParameters, end_index : Int32) #

[View source]

Instance Method Detail

def end_index : Int32 #

[View source]

[View source]