Loading
Use DI for HttpClient.Builder (#1250)
* [WIP] Use Hilt for HttpClient.Builder * Inject Provider<HttpClientBuilder> when necessary * Proxy support * [WIP] Tests * Fix tests * Minor changes, enable cache support again * Update HttpClient to use modern TLS connection specification (disable TLS 1.0 and 1.1) * Use real CredentialsStore