Updated Request Matching (markdown)

Stef Heyenrath
2023-08-10 08:03:00 +02:00
parent b1a13f5ce0
commit 8a71f17314

@@ -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