cancellation_token_http 2.1.0 copy "cancellation_token_http: ^2.1.0" to clipboard
cancellation_token_http: ^2.1.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
copied to clipboard

With Flutter:

 $ flutter pub add cancellation_token_http
copied to clipboard

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.1.0
copied to clipboard

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';
copied to clipboard
12
likes
150
points
8.87k
downloads

Publisher

verified publisherjonathancole.dev

Weekly Downloads

2024.09.20 - 2025.04.04

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

Repository (GitHub)
Contributing

Topics

#http #network #protocols

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, cancellation_token, http_parser, meta, web

More

Packages that depend on cancellation_token_http