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