Home | History | Annotate | Download | only in httplib2

Lines Matching defs:gzip

5 A caching http interface that supports ETags and gzip
34 import gzip
347 if encoding in ['gzip', 'deflate']:
348 if encoding == 'gzip':
349 content = gzip.GzipFile(fileobj=StringIO.StringIO(new_content)).read()
1019 headers['accept-encoding'] = 'gzip, deflate'