diff --git a/Request-Matchers.md b/Request-Matchers.md index a26e90b..64b7c73 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -5,6 +5,7 @@ At this moment these matchers are supported: * [ExactMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#exact-matcher-exactmatcher) * [LinqMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#dynamic-linq-linqmatcher) * [CSharpCodeMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-CSharpCode) +* [FormUrlEncodedMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-FormUrlEncodedMatcher) * [GraphQLMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-GraphQLMatcher) * [JsonMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonMatcher) * [JsonPartialMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPartialMatcher)