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