[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [(constructor)](./puppeteer.httpresponse._constructor_.md) ## HTTPResponse.(constructor) Constructs a new instance of the `HTTPResponse` class Signature: ```typescript constructor(client: CDPSession, request: HTTPRequest, responsePayload: Protocol.Network.Response); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | client | [CDPSession](./puppeteer.cdpsession.md) | | | request | [HTTPRequest](./puppeteer.httprequest.md) | | | responsePayload | Protocol.Network.Response | |