From bbbe25f5fca8e903f6d9b4dad7508c7da0a57727 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 7 Oct 2019 20:42:54 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.