[Ktor] Is it possible to configure ktor/netty to support http/2 cleartext (h2c)?
c
cy
08/23/2020, 5:41 AM
Unencrypted http2 is not supported by browsers and many servers. We don’t provide this as well however you could try to configure a channel manually when creating a server (
embeddedServer
)
l
Lars Krog-Jensen
08/24/2020, 10:09 AM
OK, thanks for your answer, and know browsers dont support it, but for server to server its not uncommon.
I will play around and see what can be configures, any pointers/links on where I cant find out more about channel configuration