A flexible Http Client for Flutter and Dart Server. Built on top of dart:io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

713 B

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