Updated Request Matching (markdown)

Stef Heyenrath
2023-02-20 13:05:33 +01:00
parent 4029ec74ef
commit fd9263dd9d

@@ -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": {