mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 17:28:55 +02:00
Updated Stubbing (markdown)
@@ -14,6 +14,7 @@ The following code will configure a response with a status of 200 to be returned
|
|||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
var server = WireMockServer.Start();
|
var server = WireMockServer.Start();
|
||||||
|
|
||||||
server
|
server
|
||||||
.Given(
|
.Given(
|
||||||
Request.Create().WithPath("/some/thing").UsingGet()
|
Request.Create().WithPath("/some/thing").UsingGet()
|
||||||
|
|||||||
Reference in New Issue
Block a user