-
`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 prov…
-
Which makes it impossible to grep for terms in the help.
Expected workflow:
`cmd --help | grep `
What I actually have to do
`cmd --help 2>&1 | grep `
Have run into this multiple times now. Can we s…
-
```
% httpstat -O http://example.com/
Connected to 93.184.216.34:80
2016/09/25 21:01:06 unable to create file
```
If the URI ends in a `/` we should either refuse to create the file, or substitute …
-
Error: No available formula with the name "httpstat"
-
Hi,
`curl(1)` let you post data from files using `-d @filename`. I use it all the time missed this feature when working with `httpstat`.
If you think this is a relevant addition I can make a pull re…
-
``` sh
httpstat master $ curl -I https://www.google.com
HTTP/2.0 302
cache-control:private
content-type:text/html; charset=UTF-8
location:https://www.google.be/?gfe_rd=cr&ei=ycnqV5PxMKGk8wfZpZmoBg
con…
-
It would be nice to find out the exact IP that was used to make the connection. This helps for things like debugging round-robin records etc..
Maybe something like `HTTPSTAT_SHOW_IP`
Great work on t…
-
Request send to remote host from following command:
`httpstat -H 'Host: example.com' http:/example2.com`
Contains:
`Host: example2.com`
header but not:
`Host: example.com`
mefju updated
8 years ago
-
First, this is awesome, thanks for making a Go version of this!
But it doesn't like when I need to specify a port:
```
httpstat "http://45.56.15.67:8680/"
2016/09/23 09:03:11 unable to resolve host:…
mholt updated
8 years ago
-
But some values of fields may not be a real for latency if httpstat support proxy.
mattn updated
8 years ago