Skip to content
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/3 support #281

Open
simonmittag opened this issue Sep 14, 2022 · 1 comment
Open

HTTP/3 support #281

simonmittag opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Projects

Comments

@simonmittag
Copy link
Owner

simonmittag commented Sep 14, 2022

Why

HTTP/3 is proposed standard as per RFC 9114 as of June 22: https://datatracker.ietf.org/doc/rfc9114/
QUICK is now RFC 9000: https://www.fastly.com/blog/quic-is-now-rfc-9000

What

Use the net/http implementation as this becomes available, it will likely look like this across layers:

TLS1.3
HTTP/3
QUIC
UDP

@simonmittag simonmittag self-assigned this Sep 14, 2022
@simonmittag simonmittag added the enhancement New feature or request label Sep 14, 2022
@simonmittag simonmittag added this to To do in Kanban via automation Sep 14, 2022
@simonmittag
Copy link
Owner Author

Golang's issue for this: golang/go#32204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Kanban
  
To do
Development

No branches or pull requests

1 participant