dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 35 forks source link

Do you support h2c? #43

Closed ts-kst closed 2 years ago

dgrr commented 2 years ago

So far we do not support HTTP/2 over clear text. I know nginx does. But it is not very common.

mrkmrtns commented 6 months ago

Is there any plan? With standard library it works and support is there.

I would say in world of microservices it's very common. TLS is done at different level. Also it's very common to put http2 server behind some reverse proxy what makes TLS for You. Either in those cases connection to service is made via h2c.

dgrr commented 6 months ago

No, I have no plans of supporting it. But I do accept PRs