| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 
 | >>> r.request.headers{'Accept-Encoding': 'identity, deflate, compress, gzip',
 'Accept': '*/*', 'User-Agent': 'python-requests/0.13.1'}
 
 >>> r.headers
 {'content-length': '56170', 'x-content-type-options': 'nosniff', 'x-cache':
 'HIT from cp1006.eqiad.wmnet, MISS from cp1010.eqiad.wmnet', 'content-encoding':
 'gzip', 'age': '3080', 'content-language': 'en', 'vary': 'Accept-Encoding,Cookie',
 'server': 'Apache', 'last-modified': 'Wed, 13 Jun 2012 01:33:50 GMT',
 'connection': 'close', 'cache-control': 'private, s-maxage=0, max-age=0,
 must-revalidate', 'date': 'Thu, 14 Jun 2012 12:59:39 GMT', 'content-type':
 'text/html; charset=UTF-8', 'x-cache-lookup': 'HIT from cp1006.eqiad.wmnet:3128,
 MISS from cp1010.eqiad.wmnet:80'}
 
 |