Httpstat: Curl Statistics Made Simple

Httpstat: Curl Statistics Made Simple

There are three ways to get :

If installed through pip or brew, you can use as a command:

Because is a wrapper of cURL, you can pass any cURL supported option after the url (except for , , , , which are already used by ):

has a bunch of environment variables to control its behavior. This exampe uses brew installed cURL to make HTTP2 request: cURL must be compiled with nghttp2 to enable http2 feature (#12). Other than being a cli tool, this project is used as library to help debugging latency of HTTP requests in Go code, very thoughtful and useful, see more in this article This is what exactly I want to do at the very beginning, but gave up due to not confident in my bash skill, good job!

Source: github.com