cancelable_http_client 1.1.7 copy "cancelable_http_client: ^1.1.7" to clipboard
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 multitasking package to version 5.6.0.

1.1.6 #

  • Added example of request cancellation when using shelf_static server

1.1.5 #

  • Improved tests and examples.

1.1.4 #

  • Fixed a bug: The close() method has been implemented in the CancelableClient class.

1.1.3 #

  • Changes in the file README.md.

1.1.2 #

  • The example file example_multipart_request.dart has been changed. The source code has become simpler and clearer.

1.1.1 #

  • The client_test.dart test has been slightly improved.
  • The package description has been changed.

1.1.0 #

  • Added export of StreamExtension extension to cancelable_http_client.dart file. To avoid unnecessary import of the library containing this extension.

1.0.0 #

  • Initial release.
0
likes
160
points
524
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#cancellation #http #http-client #network #streams

License

BSD-3-Clause (license)

Dependencies

http, multitasking

More

Packages that depend on cancelable_http_client