vitalets / playwright-network-cache

Cache and mock network requests in Playwright
MIT License
27 stars 2 forks source link

cache-control #5

Open Rumatoid opened 6 days ago

Rumatoid commented 6 days ago

how to cache only my request which will have cache-control in response?

vitalets commented 5 days ago

Currently, it's not possible. But I think it is reasonable. Could you provide more details of your scenario?

Related to #4