This document describes the current stable version of Kombu (4.0). For development docs, go here.

Async pyCurl HTTP Client - kombu.async.http.curl

HTTP Client using pyCurl.

class kombu.async.http.curl.CurlClient(hub=None, max_clients=10)[source]

Curl HTTP Client.

Curl = None
add_request(request)[source]
close()[source]
on_readable(fd, _pycurl=None)[source]
on_writable(fd, _pycurl=None)[source]