Hello, I'm interested to know, is there any reason...
# ktor
d
Hello, I'm interested to know, is there any reason why
netty
not included to ktor http client engine ?
e
Hi @davidasync; There are no reasons. PR’s are always welcome 🙂
✔️ 1
c
Well, IMHO the reason is that it is relatively difficult to implement a production quality client over Netty that does support everything we need. I'd say much more difficult than over apache or anything else. The only exception is CIO that is really complex.
However there is no reason to not include netty client engine