Updated Request Matching (markdown)

Stef Heyenrath
2019-08-27 18:04:26 +02:00
parent a9db66efc6
commit f90d0aa397

@@ -14,12 +14,12 @@ The following paragraphs describe in detail which matchers can be used.
At this moment these matchers are supported: At this moment these matchers are supported:
* [LinqMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#dynamic-linq-linqmatcher) * [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) * [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)
* ExactMatcher * ExactMatcher
* WildcardMatcher * WildcardMatcher
* RegexMatcher * RegexMatcher
* XPathMatcher * XPathMatcher
* JmesPathMatcher * JmesPathMatcher
* JsonPathMatcher
* SimMetricsMatcher * SimMetricsMatcher
## Dynamic Linq (LinqMatcher) ## Dynamic Linq (LinqMatcher)