JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.21k stars 118 forks source link

Readme htaccess - only serve GET from cache #113

Open jonas-grobe opened 9 months ago

jonas-grobe commented 9 months ago

By default, only GET requests are cached, so these are the only ones which should be served from cache. Also fixes #37