HTTPRequestPath path
read / write

The path and any extracted variable parameters from the URI of this request.

Typically set by a Router instance when the request has been piped through one, this property will contain a list of each path segment, a map of matched variables, and any remaining wildcard path.