diff --git a/README.md b/README.md index 259900b1..afe118dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # WireMock.Net A C# .NET version based on [mock4net](https://github.com/alexvictoor/mock4net) which mimics the functionality from the JAVA based [WireMock.org](http://WireMock.org). -### Info +## Key Features +* HTTP response stubbing, matchable on URL/Path, headers, cookies and body content patterns +* Runs in unit tests, as a standalone process, as windows service, as Azure or IIS or as docker +* Configurable via a fluent DotNet API, JSON files and JSON over HTTP +* Record/playback of stubs +* Per-request conditional proxying +* Stateful behaviour simulation +* Configurable response delays + +## Info | | | | --- | --- | | ***Project*** |   |