OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getheaders
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/build/android/pylib/
ports.py
169
'\n '.join([': '.join(h) for h in r.
getheaders
()]))
/external/chromium_org/build/android/
lighttpd_server.py
135
'\n '.join([': '.join(h) for h in r.
getheaders
()]))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
213
co = filter(None, self.headers.
getheaders
('cookie'))
urllib2.py
579
newurl = headers.
getheaders
('location')[0]
581
newurl = headers.
getheaders
('uri')[0]
[
all
...]
cookielib.py
[
all
...]
httplib.py
673
def
getheaders
(self):
member in class:HTTPResponse
[
all
...]
rfc822.py
295
def
getheaders
(self, name):
member in class:Message
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
213
co = filter(None, self.headers.
getheaders
('cookie'))
urllib2.py
579
newurl = headers.
getheaders
('location')[0]
581
newurl = headers.
getheaders
('uri')[0]
[
all
...]
cookielib.py
[
all
...]
httplib.py
673
def
getheaders
(self):
member in class:HTTPResponse
[
all
...]
rfc822.py
295
def
getheaders
(self, name):
member in class:Message
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py
105
if not hasattr(httplib.HTTPResponse, '
getheaders
'):
106
httplib.HTTPResponse.
getheaders
= HTTPResponse__getheaders
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py
105
if not hasattr(httplib.HTTPResponse, '
getheaders
'):
106
httplib.HTTPResponse.
getheaders
= HTTPResponse__getheaders
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py
239
def
getheaders
(self, name):
member in class:MockHeaders
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py
239
def
getheaders
(self, name):
member in class:MockHeaders
[
all
...]
Completed in 1296 milliseconds