For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Request matching
Specify how you want to match requests that arrive at your gateway, such as with regular expressions (regex).
Header
Specify a set of headers which incoming requests must match in entirety, such as with regular …
Host
Expose a route on multiple hosts.
HTTP method
Specify an HTTP method, such as POST, GET, PUT, PATCH, or DELETE, to match requests against.
Path
Match the targeted path of an incoming request against specific path criteria.
Query parameter
Specify a set of URL query parameters which requests must match in entirety.
Was this page helpful?