Skip to content

Migrating from aioquic to HTTP/3 #5581

Answered by webknjaz
guest271314 asked this question in Q&A
Discussion options

You must be logged in to vote

aiohttp does only supports HTTP/1.1. To support HTTP/2 and HTTP/3 somebody needs to step in and actually implement it. I have no idea how much effort it would take but since the current implementation is a C-extension, for the newer standards one would need to first find some C-implementation, write a wrapper using Cython, make an equivalent pure-Python implementation as a fallback, wire it all together and send as a PR.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@guest271314
Comment options

@guest271314
Comment options

Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants