Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dclient.py853 self._validate_host(self.host)
1230 def _validate_host(self, host): member in HTTPConnection
/third_party/python/Lib/test/
Dtest_httplib.py1244 def _validate_host(self, url): member in BasicTest.test_putrequest_override_host_validation.UnsafeHTTPConnection