simple_http_client 0.9.9 copy "simple_http_client: ^0.9.9" to clipboard
simple_http_client: ^0.9.9 copied to clipboard

Simple HTTP client for Flutter and Dart server

Changelog #

0.9.9 - Jan 19, 2020 #

  • Added addResponseIterceptor in order to allow for interception of the response for logging and analytics purposes
  • Renamed addInterceptor to addRequestInterceptor for clarity
  • Updated tests
  • Removed debug flag to promote the usage of ResponseInterceptor for logs

0.9.0 - Dec 30, 2018 #

First public version of the library

Added #

  • Support for interceptors
  • Support for authenticator
  • Basic requests returning the response
  • Basic GET, POST, PUT, and DELETE support
  • Timeout support
  • Redirection config support
  • TLS: config to accept any certificate
  • TLS: config to add a certificate to the trusted certs
  • Timeout, Unauthorized, and TLS Exceptions
0
likes
20
pub points
1%
popularity

Publisher

unverified uploader

Simple HTTP client for Flutter and Dart server

Homepage

License

Apache-2.0 (LICENSE)

More

Packages that depend on simple_http_client