fire_http 0.0.10 copy "fire_http: ^0.0.10" to clipboard
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 HttpWebClient as specific http client for flutter web

0.0.6 #

  • Provides a user-agent header in the Http2Client

0.0.7 #

  • Provides a HttpFlexibleClient for easy usage by switching the setHttp2 with Http1Client or Http2Client

0.0.8 #

  • Fixed error in setProxy

0.0.9 #

  • Pandle null check error in onBadCertificate callback
  • Bypass SSL when Proxy Enable only

0.0.10 #

  • update http to ^1.0.0
1
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

The fire_http is a Firestrarter plugin who helps you to implement client of HTTP/1.1 or HTTP/2 on Flutter Project.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

http, http2

More

Packages that depend on fire_http