Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 799 Bytes

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