Migrated networking to ktor
This commit is contained in:
@@ -47,7 +47,7 @@ data class ProxyInfo(
|
||||
Authenticator { _, response ->
|
||||
val credential = Credentials.basic(username, password)
|
||||
|
||||
response.request().newBuilder()
|
||||
response.request.newBuilder()
|
||||
.header("Proxy-Authorization", credential)
|
||||
.build()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user