-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
B-rfcBlocked: More comments would be useful in determine next steps.Blocked: More comments would be useful in determine next steps.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-hardEffort: hard. Likely requires a deeper understanding of how hyper's internals work.Effort: hard. Likely requires a deeper understanding of how hyper's internals work.
Description
Current status
HTTP/3 support is on the roadmap. There is a working h3 crate, and reqwest has unstable HTTP/3 support.
Much work is still needed, and volunteers are welcome.
Besides the issue tracker (which should store durable decisions and their context), there's this h3 Discord channel to coordinate work.
Here's some of the main steps:
- Harden the
h3crate itself, such as fixing any straggling interop issues,
and filling out the spec conformance tags we use for accountability. - Proposal for (initially unstable)
hyper::rt::quicintegration, allowing
people to bring their own QUIC. - Write the
hyper::proto::http3glue that translates hyper's connection
patterns with theh3crate.
alexander-irbis, LifeIsStrange, arobase-che, rubdos, TotalKrill and 380 moreuvd, nwtgck, zonyitoo, cryptoquick, xsoheilalizadeh and 18 moreuvd, cryptoquick, xsoheilalizadeh, SirMishaa, stephenlb and 16 moreuvd, cryptoquick, ghishadow, JasCodes, AFCMS and 4 moreuvd, nwtgck, cryptoquick, xsoheilalizadeh, spikecodes and 38 moreuvd, cryptoquick, xsoheilalizadeh, spikecodes, ynwd and 36 moreuvd, c-nixon, cryptoquick, xsoheilalizadeh, somehowchris and 25 more
Metadata
Metadata
Assignees
Labels
B-rfcBlocked: More comments would be useful in determine next steps.Blocked: More comments would be useful in determine next steps.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-hardEffort: hard. Likely requires a deeper understanding of how hyper's internals work.Effort: hard. Likely requires a deeper understanding of how hyper's internals work.