mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [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. |
|
|
|