module Retour

Defined in:

http.cr
retour.cr

Class Method Summary

Macro Summary

Class Method Detail

def self.path(path : String) #

[View source]
def self.percent_decode(path) : String #

[View source]
def self.percent_encode(path : Path) : String #

[View source]
def self.percent_encode(path) : String #

[View source]

Macro Detail

macro routes(routes, default = ".+?", method = :call, decode_item = "", encode_item = "") #

[View source]