This document is for Kombu's development version, which can be significantly different from previous releases. Get the stable docs here: 5.3.

Urllib3 HTTP Client Pool - kombu.asynchronous.http.urllib3_client

class kombu.asynchronous.http.urllib3_client.Urllib3Client(hub: Hub | None = None, max_clients: int = 10)[source]

Urllib3 HTTP Client.

add_request(request)[source]
close()[source]
get_pool(request: Request)[source]
on_readable(fd)[source]
on_writable(fd)[source]
pools_close()[source]