Show response header & body
curl --include https://somehostShow only response header
curl --head https://somehost
curl -I https://somehostAdd request headers
curl --header "X-MyHeader: 123" --header "X-AnotherHeader: foo" https://somehost
curl --include https://somehostcurl --head https://somehost
curl -I https://somehostcurl --header "X-MyHeader: 123" --header "X-AnotherHeader: foo" https://somehost