puppeteer/new-docs/puppeteer.httpresponse.request.md

18 lines
470 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; [HTTPResponse](./puppeteer.httpresponse.md) &gt; [request](./puppeteer.httpresponse.request.md)
## HTTPResponse.request() method
<b>Signature:</b>
```typescript
request(): HTTPRequest;
```
<b>Returns:</b>
[HTTPRequest](./puppeteer.httprequest.md)
A matching [HTTPRequest](./puppeteer.httprequest.md) object.