ktor-client-auth / io.ktor.client.features.auth.providers / BasicAuthConfig / sendWithoutRequest
sendWithoutRequest
var sendWithoutRequest: Boolean
Deprecated: Please use `sendWithoutRequest {}` function instead
fun sendWithoutRequest(block: (HttpRequestBuilder) -> Boolean): Unit
Send credentials in without waiting for HttpStatusCode.Unauthorized.