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