Does Ktor have any support for working with <http2...
# ktor
r
Does Ktor have any support for working with http2 streams? I'm aware of streaming responses and request bodies, but I want to be able to manually manipulate streams like you would websockets (and like e.g. GRPC would).
a
Unfortunately, there's no such API in Ktor.