class LuckyRouter::Matcher(T)

Defined in:

lucky_router/matcher.cr

Instance Method Summary

Instance Method Detail

def add(method : String, path : String, payload : T) #

[View source]
def match(method : String, path_to_match : String) : Match(T) | Nil #

[View source]
def match!(method : String, path_to_match : String) : Match(T) #

[View source]
def paths #

[View source]
def routes #

[View source]