Builder

class Builder

Properties

Link copied to clipboard

Exact host match — RFC 3986 unreserved characters

Link copied to clipboard

Wildcard host pattern (e.g., *.example.com) — RFC 3986 unreserved plus *

Link copied to clipboard

Exact path match — must start with /; RFC 3986 unreserved plus /

Link copied to clipboard

Path prefix matching — strict starts-with, no wildcard (preferred for new rules). Must start with /; RFC 3986 unreserved plus /

Link copied to clipboard

Query string key=value pair match (single pair)

Link copied to clipboard

Query string key presence check (any value accepted) — RFC 3986 unreserved characters