A HTTP cache server to improve the performance of applications with frequent/shared access to a resource.
A docker image is available from Docker Hub and is updated whenever changes are pushed into the main branch.
Quickly test it out by spinning up a docker container.
docker run --name go-http-cache -p 80:8901 mrbenosborne/go-http-cache:latest
Head over to our Postman collection for all the documented requests/responses.