For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Matching
Match requests by headers, host, method, path, or query parameters.
Match requests by header, host, method, path, or query parameters.
Header
Match requests by header values using exact or regex patterns.
Host
Match requests by hostname.
HTTP method
Match requests by HTTP method (GET, POST, PUT, PATCH, DELETE).
Path
Match requests by path using exact, prefix, or regex patterns.
Query parameter
Specify a set of URL query parameters which requests must match in entirety.