fix: output response header to stdout
https://codeahoy.com/general/curl-display-request-response-headers
This commit is contained in:
parent
b94d832896
commit
c5fd7f7d34
|
@ -12,7 +12,7 @@ if [ -n "$BASH_VERSION" ]; then
|
|||
shopt -s expand_aliases
|
||||
fi
|
||||
|
||||
alias curl="curl -iL"
|
||||
alias curl="curl -L -D -"
|
||||
alias rm="rm -rf"
|
||||
|
||||
## Use GNU grep, busybox grep is not as performant
|
||||
|
|
Loading…
Reference in New Issue