Is there any http client library that adopt NIO si...
# coroutines
d
Is there any http client library that adopt NIO similar to
java NIO
but using coroutines (or another lightweight thread) instead of native thread ?
t
Have a look at
ktor-client
, particularily the
CIO
and
Jetty
engines : https://ktor.io/clients/http-client/engines.html
v
yep, that’s #ktor