http_cache_client 1.0.2 copy "http_cache_client: ^1.0.2" to clipboard
http_cache_client: ^1.0.2 copied to clipboard

HTTP cache client with multiple stores respecting HTTP directives (or not).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_cache_client

With Flutter:

 $ flutter pub add http_cache_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  http_cache_client: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:http_cache_client/http_cache_client.dart';
3
likes
160
points
90
downloads

Publisher

verified publishercow-level.ovh

Weekly Downloads

HTTP cache client with multiple stores respecting HTTP directives (or not).

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http, http_cache_core

More

Packages that depend on http_cache_client