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
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