How about  using httplib?
http://docs.python.org/lib/httplib-examples.html

HTTPResponse has getheaders()  method, too.

On 9/15/07, Johny <[EMAIL PROTECTED]> wrote:
> 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
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to