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
Merge Basic/Digest auth into one preemptive provider (#199)
* Remove DomainBasicAuthProvider and DomainDigestAuthProvider, introduce PreemptiveBasicDigestAuthProvider
* Improve preemptive auth provider to derive scheme from actual request for retries
Adhere to best practices of library maintaince (#195)
* Update CHANGELOG.md, README.md, and add proper versioning to releases
* Migrate from groovy to kotlin