hi, how use Ktor with netty client type?
# ktor
d
hi, how use Ktor with netty client type?
🤔 1
s
There isn’t an official Netty HttpClientEngine, it appears https://ktor.io/clients/http-client.html
I also can’t find an official one either
if you really want to use Netty for your client engine, you’ll have to write the class yourself
🤔 1
e
Apache Engine uses it
d
Thanks