mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-25 09:48:28 +02:00
Updated Request Matching (markdown)
@@ -164,10 +164,10 @@ server
|
|||||||
|
|
||||||
```
|
```
|
||||||
// matching
|
// matching
|
||||||
{ "x": 1, "s": "s" }
|
{ "x": 42, "s": "s" }
|
||||||
|
|
||||||
// not matching
|
// not matching
|
||||||
{ "x": 2, "s": "x" }
|
{ "x": 42, "s": "x" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user