馃殌 Feature Proposal
Implementation of QUIC https://tools.ietf.org/html/draft-ietf-quic-transport-27
RFC: https://datatracker.ietf.org/doc/rfc9000/
More related RFCs:
About QUIC:
This shall pave way for implementation of HTTP/3 since HTTP over QUIC is proposed to be called HTTP/3. QUIC will likely be used for transporting more than just HTTP.
Motivation
Misc
QUIC will likely be used for transporting more than just HTTP.
This turned out to be true. Checkout WebTransport: https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/
Example
N/A
馃殌 Feature Proposal
Implementation of QUIC
https://tools.ietf.org/html/draft-ietf-quic-transport-27RFC: https://datatracker.ietf.org/doc/rfc9000/
More related RFCs:
About QUIC:
https://blog.cloudflare.com/http3-the-past-present-and-future/This shall pave way for implementation of HTTP/3 since HTTP over QUIC is proposed to be called HTTP/3. QUIC will likely be used for transporting more than just HTTP.
Motivation
Nodejs recently merged QUIC initial implementation with master branch. Landed in nodejs/node master聽nodejs/quic#390-- Implementation was removed: quic: remove experimental quic聽nodejs/node#37067
QUIC shall be essential for implementation of HTTP/3 and node is working hard on this: QUIC support聽nodejs/node#23064One should read this discussion, it's really interesting
Misc
This turned out to be true. Checkout WebTransport: https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/
Example
N/A