cancelable_http_client 1.1.7
cancelable_http_client: ^1.1.7 copied to clipboard
A cancelable HTTP client is a wrapper over `http.Client` that allows to cancel a request or the operation of receiving data from the response or sending data via request.
Changelog #
1.1.7 #
- Added example file
example_streamed_request.dart. - Updated dependency on
multitaskingpackage to version 5.6.0.
1.1.6 #
- Added example of request cancellation when using
shelf_staticserver
1.1.5 #
- Improved tests and examples.
1.1.4 #
- Fixed a bug: The
close()method has been implemented in theCancelableClientclass.
1.1.3 #
- Changes in the file
README.md.
1.1.2 #
- The example file
example_multipart_request.darthas been changed. The source code has become simpler and clearer.
1.1.1 #
- The
client_test.darttest has been slightly improved. - The package description has been changed.
1.1.0 #
- Added export of
StreamExtensionextension tocancelable_http_client.dartfile. To avoid unnecessary import of the library containing this extension.
1.0.0 #
- Initial release.