Updated Home (markdown)

Stef Heyenrath
2018-12-15 09:20:58 +01:00
parent ee68324811
commit f547624d7e

@@ -1,7 +1,7 @@
# Welcome to the WireMock.Net wiki
## Stubbing & Request Matching
A core feature of WireMock is the ability to return predefined HTTP responses for requests matching criteria, [Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing) & [Request Matching](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching);
A core feature of WireMock is the ability to return predefined HTTP responses for requests matching criteria, [Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing) & [Request Matching](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching).
## 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 services response. Responses that the live service cant be forced to generate on demand can thus be injected for testing.