davecheney / httpstat

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

Handle urls without a scheme #26

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

httpstat http://dave.cheney.net/about works

httpstat dave.cheney.net/about does not.

2016/09/24 13:54:20 unsupported url scheme ""

To make httpstat easier to use, if no scheme is provided, stick a https:// on the front. Yes, https://, if people want to be insecure, they can be explicit.

davecheney commented 7 years ago

Closed #37