Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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/2 support #10386

Closed
tomByrer opened this issue Jun 8, 2021 · 0 comments
Closed

+ HTTP/2 support #10386

tomByrer opened this issue Jun 8, 2021 · 0 comments
Labels
Feature Request This issue is made to request a feature.

Comments

@tomByrer
Copy link

tomByrer commented Jun 8, 2021

At this time, supported by 97% of in-use browsers.
https://caniuse.com/http2

Unique to HTTP/2 vs HTTP/1.1 is extra header compression & multiplexing-streaming TCP protocol with prioritization which makes it much faster. "Server Push" is part of the protocol, but infrequently used so IMHO should be low-priority (though I personally have an application for it).

TIA :)

@tomByrer tomByrer added the Feature Request This issue is made to request a feature. label Jun 8, 2021
@vlang vlang locked and limited conversation to collaborators Sep 22, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Feature Request This issue is made to request a feature.
Projects
None yet
Development

No branches or pull requests

2 participants