fix: output response header to stdout

https://codeahoy.com/general/curl-display-request-response-headers
This commit is contained in:
MDLeom 2025-03-07 23:53:52 +00:00
parent b94d832896
commit c5fd7f7d34
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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