mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-12 21:35:55 +01: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
|
||||
|
||||
### Query Parameters
|
||||
#### C# exceprt
|
||||
#### C# excerpt
|
||||
``` c#
|
||||
server
|
||||
.Given(Request
|
||||
@@ -20,7 +20,7 @@ server
|
||||
.WithParam("search", "abc")
|
||||
```
|
||||
|
||||
#### JSON exceprt
|
||||
#### JSON excerpt
|
||||
``` json
|
||||
{
|
||||
"Request": {
|
||||
|
||||
Reference in New Issue
Block a user