-
With #7 merged only the final leg of a 30x redirect chain is reported. This is a regression.
```
zapf(~/src/github.com/davecheney/httpstat) % httpstat -L https://google.com/
Connected to 216.58.199.…
-
main.go:357: undefined: http.MethodHead
$ go version
go version go1.3.1 linux/amd64
leeyu updated
8 years ago
-
I use tls client certificates for authentication to several web services I develop/debug. I am wondering if it would be helpful to add client certificate support to httpstat. This feature would be e…
-
I can't connect to host, if it works only with HTTP, without obvious declaration of protocol:
![2016-09-28 13 55 46](https://cloud.githubusercontent.com/assets/13235519/18912583/715218ce-8583-11e6-92f…
-
When I loop over your example code:
http://s.natalian.org/2016-10-05/main.go
I get odd results after the first:
http://s.natalian.org/2016-10-05/output.txt
What am I missing? I guess result needs …
-
I many times work with curl and pipes eg `curl -v url | jq .`. Why not write the current output to stderr and the body to stdout?
-
would be interesting to have realtime sharing of stats to have more data points when troubleshooting a site. e.g. how did this test compare with others from your AS over the past day, or compared to o…
-
![PowerShell](http://i.imgur.com/pmsfoH6.png)
-
Cool program! Did you consider merging with [httpie](https://httpie.org/), maybe behind a cli flag?
-
Currently, the app stores the response body in tmp.
The new flag to support quick scan to look for metrics but not interested in keeping any output around.
This would be a great feature.
It would be e…