Lines Matching defs:http
58 # http://www.pythonware.com
136 import http.client
163 # http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php)
1167 except http.client.RemoteDisconnected:
1256 self._connection = host, http.client.HTTPConnection(chost)
1331 # Check for new http response object, otherwise it is a file object.
1375 if not hasattr(http.client, "HTTPSConnection"):
1377 "your version of http.client doesn't support HTTPS")
1381 self._connection = host, http.client.HTTPSConnection(chost,
1408 The standard implementation always supports the "http" scheme. If
1431 if p.scheme not in ("http", "https"):
1517 server = ServerProxy("http://localhost:8000")