> I didn't try it, but the Request Class from urllib2 has a method > called, header_items(). That could be what your looking for.
yes, that method only shows you all the headers added by urllib2. there are other headers that are produced by httplib under the covers that are added to the outgoing http request. That is what I am trying to get at. -Corey -- http://mail.python.org/mailman/listinfo/python-list