Join Slack
Powered by
I'm using Netty in my application and I need to ma...
# ktor
r
Rodrigo Silva
01/09/2023, 1:49 PM
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
Kristian Nedrevold
01/09/2023, 2:24 PM
Netty is not a supported engine.
https://ktor.io/docs/http-client-engines.html
5
Views
Open in Slack
Previous
Next