cancellation_token_http 2.0.0 copy "cancellation_token_http: ^2.0.0" to clipboard
cancellation_token_http: ^2.0.0 copied to clipboard

A fork of Dart's HTTP package with request cancellation using cancellation_token.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cancellation_token_http

With Flutter:

 $ flutter pub add cancellation_token_http

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

dependencies:
  cancellation_token_http: ^2.0.0

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:cancellation_token_http/browser_client.dart';
import 'package:cancellation_token_http/http.dart';
import 'package:cancellation_token_http/io_client.dart';
import 'package:cancellation_token_http/retry.dart';
import 'package:cancellation_token_http/testing.dart';
11
likes
140
pub points
88%
popularity

Publisher

verified publisherjonathancole.dev

A fork of Dart's HTTP package with request cancellation using cancellation_token.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, cancellation_token, http_parser, meta

More

Packages that depend on cancellation_token_http