|
|
|
|
|
by mdaniel
1297 days ago
|
|
Behold the power of curlrc: https://curl.se/docs/manpage.html#-K And it behaves the same way as `curl --header "" --header ""` in that it's additive: $ curl -vK <(printf 'header = "alpha: 1"\nheader = "beta: 2"\n') httpbin.org/get
|
|