Updated Request Matching (markdown)

Stef Heyenrath
2019-08-27 18:09:48 +02:00
parent d6372c6247
commit bfaeef3620

@@ -20,7 +20,7 @@ At this moment these matchers are supported:
* [XPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#xpathmatcher)
* [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher)
* [SimMetricsMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#similarity-metric-matching-simmetricsmatcher)
* [WildcardMatcher]()
* [WildcardMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#wildcardmatching-wildcardmatcher)
## Dynamic Linq (LinqMatcher)