<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [http](./case-definition-dsl.matchers.http.md) &gt; [HttpRequestExample](./case-definition-dsl.matchers.http.httprequestexample.md) &gt; [query](./case-definition-dsl.matchers.http.httprequestexample.query.md)

## matchers.http.HttpRequestExample.query property

A test-equivalence matcher for the query. Usually this is a Map of test-equivalence matchers to match the parsed query string, keyed by parameter name. Repeated parameters are collated and put in an array in this map.

**Signature:**

```typescript
readonly query?: AnyMatcherOrData;
```
