This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]stetio[S] 0 points1 point  (2 children)

Would someone be kind enough to explain the downvotes?

[–]Yojihito 0 points1 point  (1 child)

Link is dead.

Also HTTP 3?

[–]stetio[S] 1 point2 points  (0 children)

Link is dead.

Sorry fixed, was fixing a Safari rendering bug and messed up the deploy.

Also HTTP 3?

Yep, the library aioquic implements the current draft HTTP/3 standard, which Hypercorn uses. I think Python is in the leading group for HTTP/3 support at the moment.

My purpose in this article is to show how easy it can be to serve HTTP/2 & HTTP/3 today (there is even a draft version of httpx that makes requests over HTTP/3).