Home | History | Annotate | Download | only in python2.7

Lines Matching refs:http_class

1139     def do_open(self, http_class, req):
1140 """Return an addinfourl object for the request, using http_class.
1142 http_class must implement the HTTPConnection API from httplib.
1153 h = http_class(host, timeout=req.timeout) # will parse host:port