Searched refs:getheaders (Results 1 - 11 of 11) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
H A Dports.py171 '\n '.join([': '.join(h) for h in r.getheaders()]))
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dports.py171 '\n '.join([': '.join(h) for h in r.getheaders()]))
/external/python/cpython2/Lib/
H A DCGIHTTPServer.py208 co = filter(None, self.headers.getheaders('cookie'))
H A Dcookielib.py1575 rfc2965_hdrs = headers.getheaders("Set-Cookie2")
1576 ns_hdrs = headers.getheaders("Set-Cookie")
H A Durllib2.py604 newurl = headers.getheaders('location')[0]
606 newurl = headers.getheaders('uri')[0]
H A Dhttplib.py703 def getheaders(self): member in class:HTTPResponse
H A Drfc822.py300 def getheaders(self, name): member in class:Message
/external/python/cpython3/Lib/http/
H A Dclient.py733 def getheaders(self): member in class:HTTPResponse
/external/python/cpython3/Lib/xmlrpc/
H A Dclient.py1187 dict(resp.getheaders())
/external/python/cpython2/Lib/test/
H A Dtest_urllib2.py254 def getheaders(self, name): member in class:MockHeaders
/external/python/cpython3/Lib/test/
H A Dtest_urllib2.py263 def getheaders(self, name): member in class:MockHeaders

Completed in 1364 milliseconds