levigross / grequests

A Go "clone" of the great and famous Requests library
Apache License 2.0
2.13k stars 137 forks source link

Https? [Help Wanted] #64

Closed Strosel closed 6 years ago

Strosel commented 6 years ago

Is there any way to send requests with https instead of http or is that generally "impossible" in go?

theodesp commented 6 years ago

Whether we have https or not is not controlled by the client. Only the what the server accepts and negotiates as part of the https handshake.

See https://robertheaton.com/2014/03/27/how-does-https-actually-work/