Skip to content

Release 2.1.2

Latest
Compare
Choose a tag to compare
@urgrue urgrue released this 01 Jul 04:40
· 1 commit to master since this release

Changelog

  • Files can now be downloaded and progress tracked asynchronously with onProgressChanged()
  • User can now specify whether to automatically follow redirects (3xx status codes)
  • Added HTTP Basic Authentication support
  • onStart() and onFinish() callbacks added. onStart() is called after setup but before making the request. onFinish() is called after the request is made and response has been read.
  • File uploads now supported through RequestParams
  • Improved Javadoc documentation