[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [Header](./puppeteer.protocol.cachestorage.header.md) ## Protocol.CacheStorage.Header interface Signature: ```typescript export interface Header ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.cachestorage.header.name.md) | string | | | [value](./puppeteer.protocol.cachestorage.header.value.md) | string | |