Specify how you want to match requests to a service in your mesh in a route table.
URI path matching
Specify exact, prefix, or regex criteria to match against the targeted path.
Header matching
Specify a set of headers which requests must match in entirety.
Query parameter matching
Specify a set of URL query parameters which requests must match in entirety.
HTTP method matching
Specify an HTTP method, such as POST, GET, PUT, PATCH, or DELETE, to match requests against.