<!-- 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; [headers](./case-definition-dsl.matchers.http.httprequestexample.headers.md)

## matchers.http.HttpRequestExample.headers property

A Map of header names and associated test-equivalence matcher values accepted by this example. If not provided, no header matching is performed

**Signature:**

```typescript
readonly headers?: AnyMatcherOrData;
```
