Match against HTTP headers on the request.
Match against the requested HTTP hostname.
If 'true', only HTTPS requests will be matched. If 'false', only HTTP requests will be matched.
Match against the request's HTTP method.
Match on request path after the hostname, including query params.
Matches like path, but without query params.
Match based on requested port, or pass an array of ports to match against any in that array.
Match on parsed querystring parameters.
Match against the full request URL. If a string is passed, it will be used as a substring match, not an equality match.
Generated using TypeDoc
Match against the username and password used in HTTP Basic authentication.