diff --git a/Request-Matching.md b/Request-Matching.md index 2e9990a..c1fa3dc 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -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.