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

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [HTTPRequest](./puppeteer.httprequest.md) &gt; [response](./puppeteer.httprequest.response.md)

## HTTPRequest.response() method

<b>Signature:</b>

```typescript
response(): HTTPResponse | null;
```
<b>Returns:</b>

[HTTPResponse](./puppeteer.httpresponse.md) \| null

A matching `HTTPResponse` object, or null if the response has not been received yet.