<!-- 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; [HttpResponse](./case-definition-dsl.matchers.http.httpresponse.md) &gt; [(constructor)](./case-definition-dsl.matchers.http.httpresponse._constructor_.md)

## matchers.http.HttpResponse.(constructor)

Matches any HTTP Response with the provided properties

**Signature:**

```typescript
constructor(responseExample: HttpResponseExample);
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

responseExample

</td><td>

HttpResponseExample

</td><td>

An HttpResponseExample that describes the response

</td></tr>
</tbody></table>
