http_cache_client library
A Flutter package that provides a simple HTTP client with caching capabilities.
This library builds on top of the standard http
package to provide automatic
caching of network requests with configurable timeout. It supports all common
HTTP methods and provides utilities for cache management.
Classes
- HttpCacheClient
- A simple HTTP client with caching support.