Searched refs:HTTPConnection (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_httplib.py104 conn = httplib.HTTPConnection('example.com')
132 conn = httplib.HTTPConnection('example.com')
148 conn = httplib.HTTPConnection('example.com')
161 conn = httplib.HTTPConnection('example.com')
172 conn = httplib.HTTPConnection('example.com')
182 conn = httplib.HTTPConnection('example.com')
220 conn = httplib.HTTPConnection('[2001::]:81')
228 conn = httplib.HTTPConnection('[2001:102A::]')
359 conn = httplib.HTTPConnection('example.com')
512 conn = httplib.HTTPConnection('exampl
[all...]
H A Dtest_docxmlrpc.py67 self.client = httplib.HTTPConnection("localhost:%d" % PORT)
H A Dtest_urllib.py44 class FakeHTTPConnection(httplib.HTTPConnection):
59 assert httplib.HTTP._connection_class == httplib.HTTPConnection
64 httplib.HTTP._connection_class = httplib.HTTPConnection
H A Dtest_urllib2.py1043 real_class = httplib.HTTPConnection
1045 httplib.HTTPConnection = test_urllib.fakehttp(response1)
1046 self.addCleanup(setattr, httplib, "HTTPConnection", real_class)
1053 httplib.HTTPConnection.request = request
H A Dtest_httpservers.py86 self.connection = httplib.HTTPConnection('localhost', self.PORT)
189 self.con = httplib.HTTPConnection('localhost', self.PORT)
H A Dtest_xmlrpc.py549 conn = httplib.HTTPConnection(ADDR, PORT)
661 conn = httplib.HTTPConnection(ADDR, PORT)
/external/chromium-trace/catapult/devil/devil/android/
H A Dports.py160 with contextlib.closing(httplib.HTTPConnection(
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dports.py160 with contextlib.closing(httplib.HTTPConnection(
/external/autotest/server/hosts/
H A Drpc_server_tracker.py336 @return: A httplib.HTTPConnection connecting to host with timeout.
339 conn = httplib.HTTPConnection(host, timeout=self.timeout)
/external/python/cpython2/Lib/
H A Dhttplib.py6 HTTPConnection goes through a number of "states", which define when a client
12 | HTTPConnection()
48 Note: this enforcement is applied by the HTTPConnection class. The
87 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
710 class HTTPConnection: class in inherits:
941 # HTTPConnection() class. backwards-compat clients
1097 # socket and response were made independent of this HTTPConnection
1146 _connection_class = HTTPConnection
1234 class HTTPSConnection(HTTPConnection):
1242 HTTPConnection
[all...]
H A Durllib2.py1155 http_class must implement the HTTPConnection API from httplib.
1228 return self.do_open(httplib.HTTPConnection, req)
H A Dxmlrpclib.py1389 self._connection = host, httplib.HTTPConnection(chost)
/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py212 conn = httplib.HTTPConnection(parsed.netloc)

Completed in 367 milliseconds