Updated Request Matching (markdown)

Stef Heyenrath
2019-08-27 18:04:56 +02:00
parent f90d0aa397
commit e0c9986326

@@ -15,11 +15,11 @@ At this moment these matchers are supported:
* [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)
* [JmesPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#jmes-path-jmespathmatcher)
* ExactMatcher
* WildcardMatcher
* RegexMatcher
* XPathMatcher
* JmesPathMatcher
* SimMetricsMatcher
## Dynamic Linq (LinqMatcher)