abstract class Marten::Routing::Rule::Base

Direct Known Subclasses

Defined in:

marten/routing/rule/base.cr

Instance Method Summary

Instance Method Detail

abstract def name #

[View source]
abstract def resolve(path : String) : Nil | Match #

[View source]