abstract class Marten::Routing::Path::Spec::Base

Overview

Represents the base path specification.

Direct Known Subclasses

Defined in:

marten/routing/path/spec/base.cr

Instance Method Summary

Instance Method Detail

abstract def resolve(path : String) : Path::Match | Nil #

Resolves the path against the path specification.


[View source]
abstract def reverser(name : String) : Reverser #

Returns a reverser for the path specification.


[View source]