HttpRequest.pathParams

An associative array containing any path parameters obtained from the request url. These are only populated in cases where it is possible to parse path parameters, such as with a PathHandler.

struct HttpRequest
string[string] pathParams;