-
Is there any way to enable Actix-web to support both http1, http2, and https? |
Beta Was this translation helpful? Give feedback.
Answered by
robjtede
Jul 21, 2023
Replies: 3 comments 5 replies
-
When TLS/HTTPS is set up, both HTTP/1.x and HTTP/2 are supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robjtede
-
Is there a way to have http1, http2, and https listen to different ports separately? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When TLS/HTTPS is set up, both HTTP/1.x and HTTP/2 are supported.
https://actix.rs/docs/http2