You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.