.matchPath {beakr} | R Documentation |
Regex path query
Description
This function is used in the Router$invoke()
method to match middleware paths to request paths.
Usage
.matchPath(pattern, path, ...)
Arguments
pattern |
String pattern to parse. (A middleware path.) |
path |
Path to match to. (A request path.) |
... |
Additional parameters passed to |
Value
A List with information on matching paths and URL parameters.
[Package beakr version 0.4.3 Index]