Updated Request Matching (markdown)

Stef Heyenrath
2019-07-30 14:59:23 +02:00
parent c31f322634
commit 75652b3032

@@ -164,10 +164,10 @@ server
```
// matching
{ "x": 1, "s": "s" }
{ "x": 42, "s": "s" }
// not matching
{ "x": 2, "s": "x" }
{ "x": 42, "s": "x" }
```