puppeteer/new-docs/puppeteer.protocol.cachestorage.requestcachedresponserequest.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CacheStorage](./puppeteer.protocol.cachestorage.md) &gt; [RequestCachedResponseRequest](./puppeteer.protocol.cachestorage.requestcachedresponserequest.md)
## Protocol.CacheStorage.RequestCachedResponseRequest interface
<b>Signature:</b>
```typescript
export interface RequestCachedResponseRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [cacheId](./puppeteer.protocol.cachestorage.requestcachedresponserequest.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | Id of cache that contains the entry. |
| [requestHeaders](./puppeteer.protocol.cachestorage.requestcachedresponserequest.requestheaders.md) | [Header](./puppeteer.protocol.cachestorage.header.md)<!-- -->\[\] | headers of the request. |
| [requestURL](./puppeteer.protocol.cachestorage.requestcachedresponserequest.requesturl.md) | string | URL spec of the request. |