why not
lynx -head -dump http://httpbin.org
Your version dumps the body as well, which is hard to parse if you just need the headers.
On another note: Thanks for curl - it's always high up in my charts somehow. Right now #2 in
history 0 | awk '{print $2}' | sort | uniq -c | sort -n -r | head -n 20