cronet 0.0.1 cronet: ^0.0.1 copied to clipboard
Experimental Cronet dart bindings.
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.