<!-- Do not edit this file. It is automatically generated by API Documenter. --> [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 <b>Signature:</b> ```typescript export interface SetAttachDebugHeaderRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [enabled](./puppeteer.protocol.network.setattachdebugheaderrequest.enabled.md) | boolean | Whether to send a debug header. |