cancellation_token_http 2.1.0 cancellation_token_http: ^2.1.0 copied to clipboard
A fork of Dart's HTTP package with request cancellation using cancellation_token.
2.1.0 #
Based on version 1.2.2 of the HTTP package.
- Requires Dart 3.3 or later
- Merge v1.2.2 changes to the HTTP package
2.0.0 #
Based on version 1.1.0 of the HTTP package.
- Requires Dart 3.0 or later
- Merge v1.1.0 changes to the HTTP package
1.3.0 #
Based on version 0.13.6 of the HTTP package.
- Merge latest changes to the HTTP package
- Update
cancellation_token
to 2.0.0
1.2.0 #
Based on version 0.13.5 of the HTTP package.
- Merge latest changes to the HTTP package
1.1.0 #
- Update
cancellation_token
to 1.4.0
1.0.0 #
- Initial stable release.
- Update
cancellation_token
to 1.3.4 - Rename
cancellable_http.dart
tohttp.dart
, matching thehttp
package.
1.0.0-dev.1 #
- List platforms in
pubspec.yaml
- Formatting fix.
1.0.0-dev #
Based on version 0.13.4 of the HTTP package.
- Initial dev release.
- Made requests cancellable using CancellationTokens.