serebit
diesieben07
client
io.ktor.client.HttpClient
FileChannel.open(<path>, StandardOpenOption.WRITE).use { fc -> client.call { ... }.response.content.copyTo(fc) }
A modern programming language that makes developers happier.