Get Request Headers for Urllib2.Request?

Viewed 17357

Is there a way to get the headers from a request created with Urllib2 or to confirm the HTTP headers sent with urllib2.urlopen?

1 Answers
Related