Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babarot/httpstat
It's like curl -v, with graphs and colors
https://github.com/babarot/httpstat
bash httpstat zplug
Last synced: 13 days ago
JSON representation
It's like curl -v, with graphs and colors
- Host: GitHub
- URL: https://github.com/babarot/httpstat
- Owner: babarot
- Created: 2016-09-25T12:19:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T15:33:57.000Z (almost 5 years ago)
- Last Synced: 2024-08-20T21:17:17.986Z (3 months ago)
- Topics: bash, httpstat, zplug
- Language: Shell
- Homepage:
- Size: 183 KB
- Stars: 268
- Watchers: 12
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
httpstat
===curl statistics made simple.
## Usage
```console
$ bash ./httpstat.sh --help
Usage: httpstat URL [CURL_OPTIONS]
httpstat -h | --help
httpstat --version
Arguments:
URL url to request, could be with or without `http(s)://` prefix
Options:
CURL_OPTIONS any curl supported options, except for -w -D -o -S -s,
which are already used internally.
-h --help show this screen.
--version show version.
Environments:
HTTPSTAT_SHOW_BODY By default httpstat will write response body
in a tempfile, but you can let it print out by setting
this variable to `true`.
HTTPSTAT_SHOW_SPEED set to `true` to show download and upload speed.
```This `httpstat` is written by bash only. Do you have `/bin/bash` and the like?
## Installation
There are two ways to get httpstat:
- Download the script directly:
- `wget https://raw.githubusercontent.com/b4b4r07/httpstat/master/httpstat.sh`
- `curl https://raw.githubusercontent.com/b4b4r07/httpstat/master/httpstat.sh >httpstat.sh`
- Install through [zplug](https://github.com/zplug/zplug):```zsh
zplug "b4b4r07/httpstat", \
as:command, \
use:'(*).sh', \
rename-to:'$1'
```## Implementations
Many thanks.
-
-
-
-## Author
b4b4r07
## License
[MIT](http://b4b4r07.mit-license.org)