[HTTP/3] Developers can build libraries for HTTP/3 to meet their client/server needs (.NET 7) #57600
Closed
23 of 28 tasks
Labels
Milestone
Continuing where #43546 left off. For .NET 6, HTTP/3 was in preview, in .NET7 we need to make sure its ready for end to end usage.
HTTP3 is the next major version of HTTP and the successor to HTTP2. It is in the final stages of standardization in the IETF. Some browsers (notably Chrome) already support draft versions of HTTP3. HTTP3 runs over QUIC, which replaces TCP as the underlying transport. QUIC is also in the final stages of standardization in the IETF. It provides secure, multiplexed streams over UDP. QUIC is a general-purpose, extensible transport protocol and we expect it to be used by other application protocols aside from HTTP3.
Work Items
P0
P1
P2
We intend to share as much HTTP3 code as is reasonably possible between the client and server implementation.
The text was updated successfully, but these errors were encountered: