We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Motivation We can utilize HTTP/3 in DoH implementation. Cloudflare, Google and NextDNS server already support this!
NextDNS log
Describe the solution you'd like. Enable HTTP/3 in DoH by default, if not available, fallback to HTTP/2.
The text was updated successfully, but these errors were encountered:
Our current plan for this is to support it when httpx supports it, so we can keep using just one HTTP client mechanism.
Sorry, something went wrong.
I found this: encode/httpx#275 . Hope they will support it soon!
We now support HTTP/3, just pass h3=True to https(). We will switch to the httpx implementation when it comes out.
No branches or pull requests
Motivation
We can utilize HTTP/3 in DoH implementation. Cloudflare, Google and NextDNS server already support this!
NextDNS log
Describe the solution you'd like.
Enable HTTP/3 in DoH by default, if not available, fallback to HTTP/2.
The text was updated successfully, but these errors were encountered: