struct

Marten::Routing::Path::Match

Inherits Struct / Value / Object

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.

Constructors

new(parameters : MatchParameters, end_index : Int32)
Source

Instance methods

end_index
Source
parameters
Source