HI, We are using kotlin with ktor server side. Do ...
# server
a
HI, We are using kotlin with ktor server side. Do kotlin has something similar with feign client? by the way I'm new in kotlin, So any help will be appreciated. https://www.baeldung.com/intro-to-feign
h
Ktor has something similar: https://ktor.io/docs/locations.html Currently, it is server only, but should be supported on client side with 2.0.0
👍 1