Support Basic and Digest authentication

This commit is contained in:
Syer10
2021-07-13 14:18:15 -04:00
parent 7ca5104c5c
commit 71b05d1f32
7 changed files with 95 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ dependencies {
implementation("io.ktor:ktor-client-serialization:$ktorVersion")
implementation("io.ktor:ktor-client-logging:$ktorVersion")
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
implementation("io.ktor:ktor-client-auth:$ktorVersion")
// Logging
val slf4jVersion = "1.7.31"