Hello can you use bidirectional streams in ktor wi...
# ktor
i
Hello can you use bidirectional streams in ktor with http2?
a
Unfortunately, Ktor doesn't provide an API for managing the HTTP/2 streams. I guess they are implicitly used with the OkHttp and Jetty engines, which support HTTP/2.