httpstat icon indicating copy to clipboard operation
httpstat copied to clipboard

It's like curl -v, with colours.

Results 18 httpstat issues
Sort by recently updated
recently updated
newest added

When I try to use httpstat on service with HTTP/2 I got following error: ``` http2: server sent GOAWAY and closed the connection; LastStreamID=0, ErrCode=NO_ERROR, debug="" ```

There already exists an PR #131 for this. Has been dormant for a while, hence requesting via a new issue. The original PR has the expected JSON out that I...

Would be nice to have prebuilt binaries for this tool. This PR will add a github action using [goreleaser](https://goreleaser.com/) to create binaries after creating a github release. If anyone is...

Adds an option that allows the user to specify a file of one or more CA certificates that can be used for SSL peer validation. These CA certificates are added...

I built the project by downloading the git and running "go build" instead of the supplied command because I got an error ``` can't load package: package github.com/davecheney/httpstat@latest: can only...

Example output (whitespace and carriage returns added for readibility): { "Address": "128.199.248.140:443", "Header": { "Connection": [ "keep-alive" ], "Content-Type": [ "text/html; charset=UTF-8" ], "Date": [ "Sat, 05 May 2018 03:15:15...

To have accurate measurement of TLS and support skipped steps (DNS, TCP and TLS reuse), the timing code has been refactored to use Go 1.8 support for TLS tracing as...

Add an option to repeat the same request multiple times, reusing the same HTTP connection. Depends on #128

The current implementation does not support multiple certificates in a single PEM file. This PR adds support for reading multiple certificates from the PEM. This use case is necessary when...