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