Updated Request Matching (markdown)

Stef Heyenrath
2019-08-27 18:06:05 +02:00
parent e0c9986326
commit f09724258a

@@ -16,10 +16,11 @@ At this moment these matchers are supported:
* [JsonMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#json-jsonmatcher)
* [JsonPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#json-path-jsonpathmatcher)
* [JmesPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#jmes-path-jmespathmatcher)
* [XPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#xpathmatcher)
* ExactMatcher
* WildcardMatcher
* RegexMatcher
* XPathMatcher
* SimMetricsMatcher
## Dynamic Linq (LinqMatcher)
@@ -333,7 +334,7 @@ server
{ "things": { "name": "Wiremock" } }
```
### XPath
### XPathMatcher
Deems a match if the attribute value is valid XML and matches the XPath expression supplied.
An XML document will be considered to match if any elements are returned by the XPath evaluation.
WireMock delegates to [XPath2.Net](https://github.com/StefH/XPath2.Net), therefore it support up to XPath version 2.0.