TIL: Forward data to CURL from STDIN 2020-05-04 :curl: curl can read data from STDIN when --data @- is provided as parameter: $ echo "Hi" | curl http://theurl.com -d @-