Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib2.py227 origin_req_host=None, unverifiable=False): argument
244 self.unverifiable = unverifiable
312 return self.unverifiable
592 unverifiable=True)
/external/python/cpython2/Doc/library/
Dcookielib.rst164 :meth:`unverifiable`, :meth:`get_origin_req_host`, :meth:`has_header`,
184 the methods :meth:`get_full_url`, :meth:`get_host`, :meth:`unverifiable`, and
539 Follow RFC 2965 rules on unverifiable transactions (usually, an unverifiable
549 Apply RFC 2965 rules on unverifiable transactions even to Netscape cookies.
Durllib2.rst154 .. class:: Request(url[, data][, headers][, origin_req_host][, unverifiable])
185 *unverifiable* should indicate whether the request is unverifiable, as defined
186 by RFC 2965. It defaults to ``False``. An unverifiable request is one whose URL
443 Return whether the request is unverifiable, as defined by RFC 2965. See the