uli
BasicAuth
val apacheEnbgineFactory = Apache.config { followRedirects = true } val ktorClient = HttpClient(apacheEnbgineFactory) { install(BasicAuth) { username = "test" password = "test" } }
intercept
e5l
A modern programming language that makes developers happier.