Answers for "curl cli add header"

0

curl cli add header

// use -H to add headers

curl -H "Accept-Encoding: identity" http://www.example.com
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language