That's not the case, it can do HTTP too w/ timings
That's not the case, it can do HTTP too w/ timings



Workers Paid plan is separate from any other Cloudflare plan (Free, Professional, Business) you may have.




// Only default cache can be purged via API
const cache = caches.default;
await cache.put(`https://fake.host/${userId}`, Response.json(userData, {
headers: {
"cache-tag": "user"
// Other headers
}
}));