I'm using Netty in my application and I need to ma...
# ktor
r
I'm using Netty in my application and I need to make a call to an endpoint. I tried,
val result = HttpClient(Netty).get("http.....").
But reading in the documentation there is nothing about Netty, and it is giving an error.
k
Netty is not a supported engine. https://ktor.io/docs/http-client-engines.html