mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-25 16:19:11 +02:00
Updated Request Matching (markdown)
+2
-2
@@ -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