Skip to content
New issue

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

Support different HTTP protocol versions #90

Open
wngmnheiko opened this issue Mar 13, 2017 · 2 comments
Open

Support different HTTP protocol versions #90

wngmnheiko opened this issue Mar 13, 2017 · 2 comments

Comments

@wngmnheiko
Copy link

Let the user choose the HTTP version to use for the request: 1.0/1.1/2.

@MrSaints
Copy link
Contributor

AFAIK, Go always uses HTTP/1.1. You can't use 1.0.

@gmelodie
Copy link

gmelodie commented Oct 14, 2019

According to the docs it is possible to choose between HTTP 1.1 and 2 if using HTTPS. However, when using HTTP only version 1.1 is supported.

Should we move on with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants