A minimal HTTP/HTTPS caching proxy written in Go.
- MITM proxy with automatic CA generation
- HTTPS support via goproxy
- GET request caching (disk-based)
- Offline support from cache
go run ./cmd/miniproxyThen in another terminal:
curl -x http://localhost:8080 https://example.comMIT