-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support HTTP/3 #36
Comments
|
|
An issue for supporting HTTP/3 in reqwest seanmonstar/reqwest#1558 |
The latest version of reqwest has added experimental support for HTTP/3 🎉 |
I tried to implement this feature, but there are some issues such as the need to set |
Consider supporting HTTP/3 (h3). The following projects implement h3 in Rust however Cloudflare's Quiche might be the better option as it doesn't require C projects (Mozilla's Neqo requires NSS) and can be compiled as a static musl binary. It looks like Quinn only implements HTTP.0.9 over QUIC
The text was updated successfully, but these errors were encountered: