davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.96k stars 382 forks source link

Support https #22

Closed freeformz closed 7 years ago

freeformz commented 7 years ago

Use a net.Conn interface for the connection instead so we can assign the tls.Conn to the conn.

davecheney commented 7 years ago

Thank you. That was precisely what I had in mind.

davecheney commented 7 years ago

Can you also add some tests to the .travis.yml file, hitting https://www.google.com/ or https://getgb.io/ will do. I'll leave it to your judgement to choose the URL.

davecheney commented 7 years ago

I resolved the merge conflict and pushed this so you get your name on the commit. I'll add the tests and do some cleanup in a followup PR.