Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

View returned HTTP header on a request (See related posts)

curl -I http://www.google.com/

Comments on this post

canadaduane posts on Jun 16, 2005 at 04:21
You can also use wget:

wget -s http://google.com/


Of course, wget actually downloads the file, which may or may not be desirable :)

You need to create an account or log in to post comments to this site.


Click here to browse all 4858 code snippets

Related Posts