mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-12 13:32:16 +01:00
Updated Request Matching (markdown)
@@ -18,7 +18,7 @@ Most matchers have 2 extra properties:
|
||||
## Example Matchings
|
||||
|
||||
### Path
|
||||
### C# example
|
||||
#### C# example
|
||||
``` c#
|
||||
server
|
||||
.Given(Request
|
||||
@@ -44,7 +44,7 @@ server
|
||||
````
|
||||
|
||||
### Url
|
||||
### C# example
|
||||
#### C# example
|
||||
``` c#
|
||||
server
|
||||
.Given(Request
|
||||
|
||||
Reference in New Issue
Block a user