cronet 0.0.3 cronet: ^0.0.3 copied to clipboard
Experimental Cronet dart bindings.
0.0.3 #
- Using
package:args
for handling CLI arguments. - Dependency versions increased.
- Corrected wrong cli command suggestions in case of un-locateable dylibs.
- Fixed throughput benchmark's
RangeError
in case of 0 result.
0.0.2 #
- Added support for MacOS.
0.0.1+1 #
HttpClientResponse
'sfollowRedirects
andmaxRedirects
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.