Back to Curl

`--out-null`

docs/cmdline-opts/out-null.md

latest267 B
Original Source

--out-null

Discard all response output of a transfer silently. This is the more efficient and portable version of

curl https://host.example -o /dev/null

The transfer is done in full, all data is received and checked, but the bytes are not written anywhere.