[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [request](./puppeteer.httpresponse.request.md) ## HTTPResponse.request() method Signature: ```typescript request(): HTTPRequest; ``` Returns: [HTTPRequest](./puppeteer.httprequest.md) A matching [HTTPRequest](./puppeteer.httprequest.md) object.