class Todo::Route

Defined in:

todo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(verb : String, path : String) #

[View source]

Instance Method Detail

def match_path?(context_path) #

[View source]
def match_path_regex?(context_path) #

[View source]
def match_verb?(context_verb) #

[View source]
def match_with_verb_and_path(context_verb : String, context_path : String) #

[View source]