-
Notifications
You must be signed in to change notification settings - Fork 127
Add support for http2 #50
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
Comments
Given that |
I've made a proof of concept of a shelf adaptor which is available here: mkustermann@80329c2 This just exposes a new |
Just wondering if this is something that there is any interest in revisiting at all? My particular use case is wanting to run a HTTP/2 service on Cloud Run which has a requirement to ensure that HTTP/2 is done without SSL using h2c (Relevant details here and here) I’ve already confirmed that this works just using the standard http2 package but obviously don’t want to rebuild a worse version of Shelf on top of it. I saw that the proof of concept posted in this thread made it seem like perhaps this wasn’t a major bit of work but didn’t want to sound too confident in that assumption at the same time. The other major reason I’m interested in this is that it would really simplify some of the logic I have to write when it comes to handling headers since they are much more standardised in HTTP/2 along with the performance benefits it provides. So it’s in that spirit I wanted to ask if this was a topic anyone is open to revisiting? |
Any more? |
I think someone should just create their own package |
Now that we have https://github.com/dart-lang/http2
The text was updated successfully, but these errors were encountered: