[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetAttachDebugHeaderRequest](./puppeteer.protocol.network.setattachdebugheaderrequest.md) ## Protocol.Network.SetAttachDebugHeaderRequest interface Signature: ```typescript export interface SetAttachDebugHeaderRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [enabled](./puppeteer.protocol.network.setattachdebugheaderrequest.enabled.md) | boolean | Whether to send a debug header. |