-
Does ntex support http/2 with simple router |
Beta Was this translation helpful? Give feedback.
Answered by
fafhrd91
Jun 24, 2024
Replies: 2 comments 1 reply
-
http2 is supported, but only with tls connection and tls acceptor must have alpn configuration |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
belovaf
-
you can use https://docs.rs/ntex/latest/ntex/http/struct.HttpServiceBuilder.html ntex::web::server is just wrapper for HttpServerBuilder |
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
http2 is supported, but only with tls connection and tls acceptor must have alpn configuration