Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lucky_router
v0.5.1
LuckerRouter
PathReader
LuckyRouter
DuplicateRouteError
Fragment
InvalidGlobError
InvalidPathError
LuckyRouterError
Match
Matcher
NoMatch
PathNormalizer
PathPart
Built with Crystal 1.9.2
2023-10-08 12:52:42 UTC
class
LuckyRouter::PathNormalizer
LuckyRouter::PathNormalizer
Reference
Object
Defined in:
lucky_router/path_normalizer.cr
Constant Summary
DEFAULT_PATH_VARIABLE_NAME
=
":path_variable"
Class Method Summary
.normalize
(path_parts : Array(PathPart)) : String
Class Method Detail
def self.
normalize
(path_parts : Array(
PathPart
)) : String
#
[
View source
]