[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Response](./puppeteer.protocol.network.response.md) > [connectionReused](./puppeteer.protocol.network.response.connectionreused.md) ## Protocol.Network.Response.connectionReused property Specifies whether physical connection was actually reused for this request. Signature: ```typescript connectionReused: boolean; ```