Skip to content

Is there a plan to support Http 3? #2636

Closed Answered by jplatte
HaoYang670 asked this question in Q&A
Discussion options

You must be logged in to vote

axum does not implement any version of the HTTP protocol itself, it just implements routing, request handling and a bunch of convenience things on top of that. axum::serve is a very thin abstraction on top of the hyper crate (and its sibling crates), and once hyper supports HTTP/3, axum will automatically support it as well.

This is the issue you should subscribe to to get news about HTTP/3 support in hyper: hyperium/hyper#1818

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HaoYang670
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