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.