-
Hi there,
First thanks for your really awesome tool, my problem with this is that I installed it with `pip` on ubuntu but my problem is that although I it is installed in the `~/.local/lib/python2.7/s…
-
I'm testing httpstat on a Windows machine and I get a huge TCP Connection time.
```
D:\>httpstat http://139.110.74.200/dsrv/status
Connected to 139.110.74.200:80
HTTP/1.1 200 OK
Server: Apache/2.4.…
aitva updated
8 years ago
-
When I use installation command, I failed.
```
$ go get -u github.com/davecheney/httpstat [10:56:20]
# github.com/dav…
-
We should be able to revert https://github.com/davecheney/httpstat/commit/63dfb1cc0496a03f9356167cb46cc5eb55beb1a7. A fix has been merged upstream.
See: https://github.com/fatih/color/commit/0016e26…
-
Can someone upload a binary for people that do not have/use Go?
-
Current version:
``` bash
$ curl --version
curl 7.43.0 (x86_64-apple-darwin15.0) libcurl/7.43.0 SecureTransport zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 p…
reorx updated
8 years ago
-
httpstat 1.0.0 is out, and that's a wrap. Thank you so much to everyone who was involved. https://t.co/WI02xnlkNk #golang http://pic.twitter.com/7H37qz0c3f
— Dave Cheney (@davecheney) October 1…
-
https://github.com/davecheney/httpstat/blob/master/main.go#L134 should set `ServerName` in `tls.Config`.
This would make it possible to use this tool with hosting situations where multiple sites shar…
-
Will there be a release on Homebrew? `httpstat` is available, too.
-
Tested against a server that redirects, `httpstat -O` wrote one file for each request using that request's URL to determine the output filename.
Possibly don't want to write multiple files if server …