fire_http 0.0.4
fire_http: ^0.0.4 copied to clipboard
A client of HTTP/1.1 or HTTP/2. The fire_http is a Firestrarter plugin who helps you to implement client of HTTP/1.1 or HTTP/2 on Flutter Project. With this plugin, you can easily to use HTTP client w [...]
0.0.1 #
- Initial fire_http package release.
0.0.2 #
- Provide 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 #
- Provide a function to copy the BaseHttpClient without SecurityContext.
- Change setProxy and setSecurityContext to be void function.