We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
Use the net/http implementation as this becomes available, it will likely look like this across layers:
TLS1.3 HTTP/3 QUIC UDP
The text was updated successfully, but these errors were encountered:
Golang's issue for this: golang/go#32204
Sorry, something went wrong.
simonmittag
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: