HTTP3 Support discussion #306
albinstman
started this conversation in
General
Replies: 1 comment
-
|
However, this is not a problem. The problem is that rust's h3 is not perfect. And most of the APIs are low level, which is quite a big project to adapt. There is no doubt that this is a difficult task, and it is free of charge. It is unlikely to achieve this goal in a short period of time, and before receiving any donations, there will not be much enthusiasm... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to discuss some approaches to HTTP3, specifically related to negotiating and timing.
As I see it there are three approaches for implementing HTTP3. Each with their own pros and cons
Another (4:th) option is to delegate the strategy of negotiating to the users of the rnet library via configuration. For example a HTTP3 strategy parameter that the user can provide with options like: HTTP3 only, HTTP2 only, HTTP3 browser like, HTTP3 happy eyeballs, HTTP3 with fallback, etc..
Which option do you think is the best?
Beta Was this translation helpful? Give feedback.
All reactions