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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DCGIHTTPServer.py213 co = filter(None, self.headers.getheaders('cookie'))
H A Dcookielib.py1559 rfc2965_hdrs = headers.getheaders("Set-Cookie2")
1560 ns_hdrs = headers.getheaders("Set-Cookie")
H A Durllib2.py579 newurl = headers.getheaders('location')[0]
581 newurl = headers.getheaders('uri')[0]
H A Dhttplib.py673 def getheaders(self): member in class:HTTPResponse
H A Drfc822.py295 def getheaders(self, name): member in class:Message
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DCGIHTTPServer.py213 co = filter(None, self.headers.getheaders('cookie'))
H A Dcookielib.py1559 rfc2965_hdrs = headers.getheaders("Set-Cookie2")
1560 ns_hdrs = headers.getheaders("Set-Cookie")
H A Durllib2.py579 newurl = headers.getheaders('location')[0]
581 newurl = headers.getheaders('uri')[0]
H A Dhttplib.py673 def getheaders(self): member in class:HTTPResponse
H A Drfc822.py295 def getheaders(self, name): member in class:Message
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_urllib2.py239 def getheaders(self, name): member in class:MockHeaders
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_urllib2.py239 def getheaders(self, name): member in class:MockHeaders

Completed in 258 milliseconds