HEAD Request Which curl option fetches only the headers, not the body? -H --head or -I --headers-only -hh Correct: 2 Difficulty: 2 -I or --head sends a HEAD request, retrieving only headers.