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

## matchers.http.HttpRequestExample.body property

A test equivalence matcher or json object that describes the body for this response. If not provided, no body matching is performed.

**Signature:**

```typescript
readonly body?: AnyMatcherOrData;
```
