-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Support from Protocols - Http2 Spike #205
Comments
Just a quick note that HTTP/2 support with |
I think this spike has been already done by @L-Lavigne . Thanks for doing it! |
As discussed offline we'll keep this issue open for now, and find out if client-side HTTP/2 support in http4s/blaze is mature enough for us to use. |
This is probably a bit outdated. Closing it for now. |
This issue comes from #182.
After #203, we need to enable HTTP2 like this example https://github.com/http4s/http4s/blob/ecf32b9377997f17ed4c8858ec1471d0836d8522/examples/blaze/src/main/scala/com/example/http4s/blaze/BlazeHttp2Example.scala.
The text was updated successfully, but these errors were encountered: