Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans to support HTTP3 minic? #248

Open
MDC-Void opened this issue Jan 1, 2025 · 2 comments
Open

Any plans to support HTTP3 minic? #248

MDC-Void opened this issue Jan 1, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@MDC-Void
Copy link
Contributor

MDC-Void commented Jan 1, 2025

quiche also uses boringssl, so integration should be easier

@0x676e67 0x676e67 added enhancement New feature or request good first issue Good for newcomers labels Jan 1, 2025
@0x676e67 0x676e67 pinned this issue Jan 1, 2025
@0x676e67 0x676e67 removed the good first issue Good for newcomers label Jan 2, 2025
@cxw620
Copy link

cxw620 commented Jan 5, 2025

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.

@hargut
Copy link

hargut commented Jan 16, 2025

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants