From 60d9487313193c7d051003ad657894fa4c6ea30b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 27 Jul 2018 12:54:45 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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*** |   |