Unix domain socket support for httplib.
Project description
This module adds support for unix-domain sockets to Python’s httplib package.
Instead of using httplib.HTTPConnection, instantiate uhttplib.UnixHTTPConnection:
from uhttplib import UnixHTTPConnection conn = uhttplib.UnixHTTPConnection('/tmp/socket') conn.request('GET', '/') resp = conn.getresponse() print resp.read()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uhttplib-0.2.tar.gz
(2.0 kB
view hashes)