From 632f45df9707632188ac45bb6ddd2bbab2bce647 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 4 Aug 2021 15:50:09 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Request-Matching.md b/Request-Matching.md index d688b39..0b23671 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -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.