class LuckyRouter::PathNormalizer

Defined in:

lucky_router/path_normalizer.cr

Constant Summary

DEFAULT_PATH_VARIABLE_NAME = ":path_variable"

Class Method Summary

Class Method Detail

def self.normalize(path_parts : Array(PathPart)) : String #

[View source]