HTTP1

HTTP1 0.1.0

HTTP1 is a Python wrapper around httplib to perform HTTP requests in a single call. For instance, to get PyPI index of packages, you might write:import http1print http1.request('http://pypi.python.org/simple/').bodyrequest() methodThis method performs an...

read more