18 lines
453 B
Markdown
18 lines
453 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [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.
|
|
|