mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-20 16:01:39 +02:00
Updated Request Matching (markdown)
@@ -12,7 +12,7 @@ WireMock.Net supports matching of requests to stubs and verification queries usi
|
|||||||
## Example Matching for the elements
|
## Example Matching for the elements
|
||||||
|
|
||||||
### Query Parameters
|
### Query Parameters
|
||||||
#### C# exceprt
|
#### C# excerpt
|
||||||
``` c#
|
``` c#
|
||||||
server
|
server
|
||||||
.Given(Request
|
.Given(Request
|
||||||
@@ -20,7 +20,7 @@ server
|
|||||||
.WithParam("search", "abc")
|
.WithParam("search", "abc")
|
||||||
```
|
```
|
||||||
|
|
||||||
#### JSON exceprt
|
#### JSON excerpt
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
"Request": {
|
"Request": {
|
||||||
|
|||||||
Reference in New Issue
Block a user