[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestCachedResponseRequest](./puppeteer.protocol.cachestorage.requestcachedresponserequest.md) > [requestURL](./puppeteer.protocol.cachestorage.requestcachedresponserequest.requesturl.md) ## Protocol.CacheStorage.RequestCachedResponseRequest.requestURL property URL spec of the request. Signature: ```typescript requestURL: string; ```