Home
last modified time | relevance | path

Searched refs:get_header (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cookielib.py242 cookie_hdr = req.get_header("Cookie", "")
1197 self.assertEqual(req.get_header("Cookie"), "CUSTOMER=WILE_E_COYOTE")
1198 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')
1207 h = req.get_header("Cookie")
1218 h = req.get_header("Cookie")
1226 h = req.get_header("Cookie")
1270 self.assertEqual(req.get_header("Cookie"),
1283 req.get_header("Cookie")))
1638 "PART_NUMBER=3,4" in req.get_header("Cookie") and
1639 "Customer=WILE_E_COYOTE" in req.get_header("Cookie"))
[all …]
Dtest_urllib2net.py187 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
Dtest_urllib2.py1088 self.assertEqual(req.get_header("Proxy-authorization"),"FooBar")
1197 self.assertEqual(http_handler.requests[1].get_header(auth_header),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py181 host = request.get_header("Host", "")
291 def get_header(self, header_name, default=None): member in Request
Dcookielib.py592 host = request.get_header("Host", "")