How to implement a disk cache plugin for Elixir's Req HTTP client?
Req is a great HTTP library, which I use with Mix.install/2 quite a lot now. In this post https://thibautbarrere.com/2022/09/09/implementing-a-disk-cache-for-elixir-req I’m sharing how to implement some caching via the Req plugin system.
Read next Elixir code style, a brief example