<!-- 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; [HttpResponseExample](./case-definition-dsl.matchers.http.httpresponseexample.md) &gt; [status](./case-definition-dsl.matchers.http.httpresponseexample.status.md)

## matchers.http.HttpResponseExample.status property

Any test-equivalence matcher, string, or number for the HTTP status code accepted by this example (Recommended: Use the `HttpStatusCode` matcher)

**Signature:**

```typescript
readonly status: AnyMatcherOrData;
```
