How to get headers in urllib2 response

Johny python at hope.cz
Sat Sep 15 09:44:36 EDT 2007


Can anyone provide an example how to find out the return code and
header  from an urllib2 request?
For example
response = urllib2.urlopen('http://www.google.com').read().strip()
provides data
 but I do not know if the return code was 200 or different.

Thanks




More information about the Python-list mailing list