You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rquest, as a fork of reqwest, is in the hyper eco-system. However, hyper has poor http3 support currently (like h2, the http3 implementation is in crate h3, emmm, though just an experimental one).
To achieve the goal of HTTP3 support, we have to work on quiche-h3 integration (named h3-quiche like h3-quinn?). This may get done here.
@cxw620
As I've switched to a different path, I'm not going to work further on the quiche-h3 integration.
In case someone is interested in the current status, please feel free to get in touch. The integration is working but might require further tweaking/extension (e.g. dgram support).
quiche also uses boringssl, so integration should be easier
The text was updated successfully, but these errors were encountered: