You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-04-24 19:53:55 +02:00
httpless outputs also response headers by default
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user