polly_dart_http 0.0.2
polly_dart_http: ^0.0.2 copied to clipboard
package:http adapter for polly_dart — CancellableHttpClient with automatic cancellation support.
0.0.2 #
- Add example.
0.0.1 #
- Initial release.
CancellableHttpClient— apackage:httpBaseClientwrapper that aborts requests when aCancellationTokenis cancelled.send()provides application-level cancellation viaFuture.any.sendAbortable()provides socket-level cancellation viahttp.AbortableRequest.- Compatible with all polly_dart strategies that signal cancellation (Timeout, Hedging).