A CLI-based caching proxy server built in Go. It forwards requests to an origin server, caches responses, and serves from cache on repeated requests.
🔗 Listed on roadmap.sh Projects
- CLI tool to start the proxy server
- Forwards requests to the origin server
- Caches responses Redis
- Returns
X-Cache: HITorX-Cache: MISSheader - CLI command to clear the cache
- Go 1.18+
- Redis
go build -o caching-proxy main.go