-
-
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
h3
crate 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::quic
integration, allowing
people to bring their own QUIC. - Write the
hyper::proto::http3
glue that translates hyper's connection
patterns with theh3
crate.
alexander-irbis, LifeIsStrange, arobase-che, rubdos, TotalKrill and 368 moreuvd, nwtgck, zonyitoo, cryptoquick, xsoheilalizadeh and 16 moreuvd, cryptoquick, xsoheilalizadeh, SirMishaa, stephenlb and 13 moreuvd, cryptoquick, ghishadow, JasCodes, AFCMS and 3 moreuvd, nwtgck, cryptoquick, xsoheilalizadeh, spikecodes and 35 moreuvd, cryptoquick, xsoheilalizadeh, spikecodes, ynwd and 33 moreuvd, c-nixon, cryptoquick, xsoheilalizadeh, somehowchris and 23 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.