Updated Request Matching (markdown)

Stef Heyenrath
2021-08-04 15:50:09 +02:00
parent 69cd8966cf
commit 632f45df97

@@ -23,8 +23,8 @@ 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](🚧)
* [NotNullOrEmptyMatcher](.)
* ContentTypeMatcher(🚧)
* [NotNullOrEmptyMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#notnulloremptymatcher)
## Exact matcher (ExactMatcher)
Can be used to exactly match a string or object.