The response can be cached during HTTP GET.
Features
Three patterns are supported: no cache, response headers, and client specification.
Usage
final response = await HttpHiveCache.get(
Uri.parse(url),
);
The response can be cached during HTTP GET.
Three patterns are supported: no cache, response headers, and client specification.
final response = await HttpHiveCache.get(
Uri.parse(url),
);