http_kit 0.1.0 copy "http_kit: ^0.1.0" to clipboard
http_kit: ^0.1.0 copied to clipboard

A portable HTTP client with an onion middleware pipeline: retry with full-jitter backoff, timeouts, bearer authentication and metadata headers, on Cronet, Cupertino or the browser stack.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_kit

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

dependencies:
  http_kit: ^0.1.0

Alternatively, your editor might support 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_kit/http_kit.dart';
1
likes
140
points
95
downloads

Documentation

API reference

Publisher

verified publisherdmitrii.app

Weekly Downloads

A portable HTTP client with an onion middleware pipeline: retry with full-jitter backoff, timeouts, bearer authentication and metadata headers, on Cronet, Cupertino or the browser stack.

Topics

#http #middleware #retry #cronet #quic

License

MIT (license)

Dependencies

core_model, cronet_http, cupertino_http, flutter, http, meta

More

Packages that depend on http_kit