forked from extern/httpie-cli
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 {
|
function httpless {
|
||||||
# `httpless example.org'
|
# `httpless example.org'
|
||||||
http --pretty=all "$@" | less -R;
|
http --pretty=all --print=hb "$@" | less -R;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user