Releases: ig-rudenko/caching-proxy
Releases · ig-rudenko/caching-proxy
Caching Proxy v 0.1
A fully functional and self-contained caching proxy, ready to use with minimal setup.
⭐ Key Features:
- No external dependencies!
- Caches data to disk, allowing you to specify a custom cache directory, reducing memory usage.
- Can cache responses uniquely for each user based on their cookies and user agent.
- Manual cache clearing available.
- Adds
X-Cache: HIT
orX-Cache: MISS
headers to responses, indicating whether the response is served from the cache or fetched from the server. - Automatically purges outdated cache entries with customizable expiration times.
- Only caches safe HTTP methods (
GET
,HEAD
,OPTIONS
), ensuring the normal operation of your site is not disrupted.