Home
last modified time | relevance | path

Searched refs:origin_req_host (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py227 origin_req_host=None, unverifiable=False): argument
241 if origin_req_host is None:
242 origin_req_host = request_host(self)
243 self.origin_req_host = origin_req_host
309 return self.origin_req_host
591 origin_req_host=req.get_origin_req_host(),
/external/python/cpython2/Lib/test/
Dtest_urllib2.py971 req = Request(from_url, origin_req_host="example.com")
983 req = Request(from_url, origin_req_host="example.com")
/external/python/cpython2/Doc/library/
Durllib2.rst154 .. class:: Request(url[, data][, headers][, origin_req_host][, unverifiable])
179 *origin_req_host* should be the request-host of the origin transaction, as