Builder

class Builder

Properties

Link copied to clipboard

The exact host header value to match.

Link copied to clipboard

A wildcard pattern for host header matching (for example, *.example.com).

Link copied to clipboard

The exact path to match. Must start with /.

Link copied to clipboard

The path prefix to match. The request path must start with this value. Must start with /.

Link copied to clipboard

A query string key-value pair that must be present and match exactly.

Link copied to clipboard

A query string key that must be present in the request (any value is accepted).