Hey all. Does Ktor have first class support for Fl...
# ktor
i
Hey all. Does Ktor have first class support for Flow API? Instead of using suspend for the HttpClient request GET function could we have it support Flow types?
At the moment I can just wrap it using
flow { ... }