Skip to content

Caching Proxy v 0.1

Latest
Compare
Choose a tag to compare
@ig-rudenko ig-rudenko released this 15 Sep 09:31
· 3 commits to master since this release

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 or X-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.