We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While reqwest supports setting the HTTP version of an outgoing request, some servers might ignore the requested HTTP version and use HTTP/2 instead.
I think It would be nice if there was a way to force http1 similar to how http2_prior_knowledge can be used to force http2 connection.
http2_prior_knowledge
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While reqwest supports setting the HTTP version of an outgoing request, some servers might ignore the requested HTTP version and use HTTP/2 instead.
I think It would be nice if there was a way to force http1 similar to how
http2_prior_knowledge
can be used to force http2 connection.The text was updated successfully, but these errors were encountered: