From 10336d429848ae26751f1086e97486cf5ab2971a Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 27 Feb 2024 08:05:31 +0100 Subject: [PATCH] Updated Request Matchers (markdown) --- Request-Matchers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Request-Matchers.md b/Request-Matchers.md index c06d67d..3acc8a8 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -19,6 +19,7 @@ At this moment these matchers are supported: * ContentTypeMatcher(🚧) * [NotNullOrEmptyMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#notnulloremptymatcher) * [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#custommatcher) +* [ProtoBufSupport](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#protobuf) ## Exact matcher (ExactMatcher) Can be used to exactly match a string or object.