mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
httpless
outputs also response headers by default
This commit is contained in:
parent
48719aa70e
commit
60f09776a5
@ -840,7 +840,7 @@ by adding the following to your ``~/.bash_profile``:
|
||||
|
||||
function httpless {
|
||||
# `httpless example.org'
|
||||
http --pretty=all "$@" | less -R;
|
||||
http --pretty=all --print=hb "$@" | less -R;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user