Updated Request Matching (markdown)

Stef Heyenrath
2019-08-27 18:12:18 +02:00
parent 9d55aa4cac
commit ee48c20acd

@@ -12,7 +12,7 @@ WireMock supports matching of requests to stubs and verification queries using t
The following paragraphs describe in detail which matchers can be used.
At this moment these matchers are supported:
* ExactMatcher
* [ExactMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#exact-matcher-exactmatcher)
* [LinqMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#dynamic-linq-linqmatcher)
* [JsonMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#json-jsonmatcher)
* [JsonPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#json-path-jsonpathmatcher)