cronet 0.0.1+1 copy "cronet: ^0.0.1+1" to clipboard
cronet: ^0.0.1+1 copied to clipboard

discontinuedreplaced by: cronet_http
outdated

Experimental Cronet dart bindings.

0.0.1+1 #

  • HttpClientResponse's followRedirects and maxRedirects are now modifiable.
  • Fixed: utf8 decoding of newLocation in case of redirects.

0.0.1 #

  • HttpClient with QUIC, HTTP2, brotli support.
  • HttpClient with a customizable user agent string.
  • HttpClient close method (without force close).
  • Implemented open, openUrl & other associated methods.
  • Response is consumable using 2 styles of APIs. dart:io style and callback based style.
  • Different types of Exceptions are implemented.

Breaking Changes:

  • Custom SecurityContext is no longer handled by the client. Users have to handle it in other ways. (To be documented later).
  • userAgent property is now read-only. Custom userAgent should be passed as a constructor argument.
39
likes
0
pub points
10%
popularity

Publisher

unverified uploader

Experimental Cronet dart bindings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, cli_util, ffi, path

More

Packages that depend on cronet