Updated Request Matching (markdown)

Stef Heyenrath
2019-10-07 20:42:54 +02:00
parent 6890244a6b
commit bbbe25f5fc

@@ -22,7 +22,7 @@ At this moment these matchers are supported:
* [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](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#wildcardmatching-wildcardmatcher)
* [ContentTypeMatcher](todo)
## Exact matcher (ExactMatcher)
Can be used to exactly match a string or object.