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