0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.httprequest.response.md

18 lines
491 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
the response for this request, if a response has been received.