Skip to main content

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


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.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page