Hi All,
We have been using http_class in urllib2.py ,_http.py and calling its various methods like
h = http_class(host) # will parse host:port
h.set_debuglevel(self._debuglevel)
h.request(req.get_method(), req.get_selector(), req.data, headers)
h.getresponse()
I am searching this class in the python directory but I could'nt find any..
DO we need to download this separate class ..if so please tell me the link.In addition http_class is provided eith some information in those programs
"http_class must implement the HTTPConnection API from httplib."