[Ktor] Is it possible to configure ktor/netty to s...
# server
l
[Ktor] Is it possible to configure ktor/netty to support http/2 cleartext (h2c)?
c
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
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