HTTPCache

https://cache.smiti.fr//

What is HTTPCache ?

HTTPCache is a http wrapper that allows you to cache http request easily without configuration. It can be very useful for cache public API request on a static website for example, not needed anymore to develop and deploy a http proxy to do this job.

How to use it ?

you just need to add `https://cache.smiti.fr/{exp_in_minute}/` before the url of the service you want cache, that's it !

How does it work ?

HTTPCache.me work like every http proxy, he just forward the request to the specified service. HTTPCache.me done in addition some working for manage cache. This project is open-source and written in golang, if you want to know more about how it works, you can directly look at the sources on Github.