Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 403 Bytes

HTTP Cache

An HTTP server that proxies requests to a backend and stores responses in a cache backend.

  • Currently only filesystem and gcs cache are supported.
  • Caches all requests forever regardless of HTTP cache semantics.
  • Experimental, do not use in production.

Examples

To run the HTTP cache server with a folder as the only cache storage: cargo run -- --cache-url file:PATH_TO_STORAGE