Updated Request Matchers (markdown)

Stef Heyenrath
2024-02-27 08:06:25 +01:00
parent 10336d4298
commit ede427b2b2
+1 -1
@@ -19,7 +19,7 @@ At this moment these matchers are supported:
* ContentTypeMatcher(🚧) * ContentTypeMatcher(🚧)
* [NotNullOrEmptyMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#notnulloremptymatcher) * [NotNullOrEmptyMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#notnulloremptymatcher)
* [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#custommatcher) * [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#custommatcher)
* [ProtoBufSupport](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#protobuf) * [ProtoBufSupport](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-ProtoBuf)
## Exact matcher (ExactMatcher) ## Exact matcher (ExactMatcher)
Can be used to exactly match a string or object. Can be used to exactly match a string or object.