Skip to content

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

License

Notifications You must be signed in to change notification settings

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