class Silver::Route

Defined in:

routing.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pattern : String) #

[View source]

Instance Method Detail

def match(path : String) : Hash(String, String) | Nil #

[View source]
def param_names : Array(String) #

[View source]
def pattern : String #

[View source]