mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 17:10:26 +01:00
appveyor : nuget restore
This commit is contained in:
@@ -12,7 +12,7 @@ WireMock allows to get an HTTP server in a glance.
|
||||
|
||||
A fluent API allows to specify the behavior of the server and hence easily stub and mock webservices and REST ressources.
|
||||
```csharp
|
||||
server = FluentMockServer.Start();
|
||||
var server = FluentMockServer.Start();
|
||||
server
|
||||
.Given(
|
||||
Requests.WithUrl("/*")
|
||||
|
||||
Reference in New Issue
Block a user