Skip to content

koji-1009/http_hive_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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),
);

About

Simplified caching of HTTP GET requests. Hive is used for data storage.

Topics

Resources

License

Stars

Watchers

Forks