[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [(constructor)](./puppeteer.httprequest._constructor_.md) ## HTTPRequest.(constructor) Constructs a new instance of the `HTTPRequest` class Signature: ```typescript constructor(client: CDPSession, frame: Frame, interceptionId: string, allowInterception: boolean, event: Protocol.Network.requestWillBeSentPayload, redirectChain: HTTPRequest[]); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | client | [CDPSession](./puppeteer.cdpsession.md) | | | frame | [Frame](./puppeteer.frame.md) | | | interceptionId | string | | | allowInterception | boolean | | | event | Protocol.Network.requestWillBeSentPayload | | | redirectChain | [HTTPRequest](./puppeteer.httprequest.md)\[\] | |