HomeSort by relevance Sort by last modified time
    Searched refs:hopbyhop (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 154 hopbyhop = list(HOP_BY_HOP)
155 hopbyhop.extend([x.strip() for x in response.get('connection', '').split(',')])
156 return [header for header in response.keys() if header not in hopbyhop]
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 154 hopbyhop = list(HOP_BY_HOP)
155 hopbyhop.extend([x.strip() for x in response.get('connection', '').split(',')])
156 return [header for header in response.keys() if header not in hopbyhop]
    [all...]

Completed in 160 milliseconds