docs: Update for rc2

This commit is contained in:
Matthew Holt 2020-04-09 17:32:50 -06:00
parent 632345845c
commit 8e7b3b81d0
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 10 additions and 2 deletions

View file

@ -223,13 +223,19 @@ By the method (verb) of the HTTP request. Verbs should be uppercase, like `POST`
### not
```
not <any other matcher>
```
or, to negate multiple matchers which get AND'ed, open a block:
```
not {
<any other matchers...>
}
```
Encloses other matchers and negates their result.
The results of the enclosed matchers will be negated.
### path