From 0782637bfd980c50e5078d230bec4ef526ebf903 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 7 May 2017 10:03:08 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index ae99e3f..7f9bf3c 100644 --- a/Home.md +++ b/Home.md @@ -1,9 +1,13 @@ # Welcome to the WireMock.Net wiki ## Stubbing & Request Matching -A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing-and-Request-Matching). +A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see [Wiki : Stubbing & Request Matching](https://github.com/StefH/WireMock.Net/wiki/Stubbing-and-Request-Matching). -## Using WireMock in UnitTest framework +## Proxying +WireMock.Net has the ability to selectively proxy requests through to other hosts. This supports a proxy/intercept setup where requests are by default proxied to another (possibly real, live) service, but where specific stubs are configured these are returned in place of the remote service’s response. Responses that the live service can’t be forced to generate on demand can thus be injected for testing. +[Wiki : Proxying](https://github.com/StefH/WireMock.Net/wiki/Proxying). + +## Using WireMock.Net in UnitTest framework You can use your favorite test framework and use WireMock within your tests, see [Wiki : UnitTesting](https://github.com/StefH/WireMock.Net/wiki/Using-WireMock-in-UnitTests).