docs: Clarify query matcher parameters (#29)

This commit is contained in:
Francis Lavoie 2020-04-24 12:30:45 -04:00 committed by GitHub
parent 86df96a069
commit 54229463da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,7 @@ By request protocol.
query <key>=<val>...
```
By query string parameters. Should be a sequence of `key=value` pairs.
By query string parameters. Should be a sequence of `key=value` pairs. Keys are matched exactly, case-sensitively. Values are matched exactly, but also support `*` to match any value.
### remote_ip