struct LuckyRouter::Route(T)

Defined in:

lucky_router/route.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, payload : T) #

[View source]

Instance Method Detail

def match?(parts_to_match : Array(String)) #

[View source]
def named_parts_with_indices #

[View source]
def path #

[View source]
def path_parts #

[View source]
def payload #

[View source]