Hello can you use bidirectional streams in ktor with http2?
a
Aleksei Tirman [JB]
01/27/2025, 8:02 AM
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.