Provides a middleware function for caching fetch responses for the same url+auth combination
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a caching middleware for the `d2l-fetch` library, storing responses based on the request method, URL, and Authorization header to reduce network calls. It's intended for developers using `d2l-fetch` in their applications who want simple client-side response caching. A key warning is that it ignores server cache-control directives, so it should be used cautiously.