Skip to content

Does reqwest support HTTP Multiplexing? #1470

Answered by seanmonstar
liamwarfield asked this question in Q&A
Discussion options

You must be logged in to vote

Yes it does. You can either use the http2_prior_knowledge() builder option, if the server accepts HTTP/2 without any negotiation, or you can enable a TLS backend that can do ALPN. Currently that would just be rustls-tls, and disabling default-tls.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@liamwarfield
Comment options

Answer selected by liamwarfield
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
Converted from issue

This discussion was converted from issue #1469 on February 15, 2022 20:54.