puppeteer/new-docs/puppeteer.httprequest.response.md

16 lines
424 B
Markdown
Raw Normal View History

<!-- 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