Updated Request Matchers (markdown)

Stef Heyenrath
2023-11-29 14:38:32 +01:00
parent 5a18496528
commit 45dfe87b52

@@ -18,7 +18,7 @@ At this moment these matchers are supported:
* [WildcardMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#wildcardmatching-wildcardmatcher)
* 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)
* [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#custommatcher)
## Exact matcher (ExactMatcher)
Can be used to exactly match a string or object.