Skip to content

Error with http3 AsyncClient #8148

Answered by dmontagu
updatatoday asked this question in Questions
Discussion options

You must be logged in to vote

For what it's worth, the "http3" library referenced in the original post in this issue has been renamed to httpx.

@Jonatha-Varjao If you are referring to the HTTP/3 protocol (and given your reference to QUIC, I think you probably are), my understanding is that support for that would happen at a lower level in the stack -- probably inside the ASGI server. So, it's a matter of gunicorn/uvicorn/your ASGI server of choice adding support for HTTP/3.

I think uvicorn still hasn't added HTTP/2 support yet (though it is planned); I'm not aware of any ASGI servers offering HTTP/3 support yet (though I haven't loooked).

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Kludex
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
7 participants
Converted from issue

This discussion was converted from issue #325 on February 28, 2023 12:21.