0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
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.