Home
last modified time | relevance | path

Searched refs:http_response (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py868 newr = h.http_response(req, r)
872 newr = h.http_response(req, r)
876 newr = h.http_response(req, r)
881 self.assertTrue(h.http_response(req, r) is None)
896 newr = h.http_response(req, r)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py506 def http_response(self, request, response): member in HTTPErrorProcessor
517 https_response = http_response
1222 def http_response(self, request, response): member in HTTPCookieProcessor
1227 https_response = http_response