parse
fun parse(path: String): RoutingPath
Parse the specified path and create an instance of RoutingPath. It handles wildcards and decodes escape characters properly.
fun parse(path: String): RoutingPath
Parse the specified path and create an instance of RoutingPath. It handles wildcards and decodes escape characters properly.