Updated Stubbing (markdown)

Stef Heyenrath
2021-04-24 10:22:48 +02:00
parent a918b184de
commit c610e9d8bd

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