fire_http 0.0.10
fire_http: ^0.0.10 copied to clipboard
The fire_http is a Firestrarter plugin who helps you to implement client of HTTP/1.1 or HTTP/2 on Flutter Project.
0.0.1 #
- Initial fire_http package release.
0.0.2 #
- Provides set up of certificate, set up of proxy, ans set up of callback when bad certificate.
- Unit testing.
0.0.3 #
- Use mocktail 0.2.0.
0.0.4 #
- Provides a function to copy the BaseHttpClient without SecurityContext.
- Change setProxy and setSecurityContext to be void function.
0.0.5 #
- Provides a
HttpWebClientas specific http client for flutter web
0.0.6 #
- Provides a
user-agentheader in theHttp2Client
0.0.7 #
- Provides a
HttpFlexibleClientfor easy usage by switching thesetHttp2withHttp1ClientorHttp2Client
0.0.8 #
- Fixed error in
setProxy
0.0.9 #
- Pandle null check error in
onBadCertificatecallback - Bypass SSL when Proxy
Enableonly
0.0.10 #
- update http to ^1.0.0