Skip to main content
Version: 1.2.2

clean_http_manager

FunctionPrivateSource

clean_http_manager(http: urllib3.PoolManager)

A callback for the finializer, this function would be used for cleaning the http requests, if the connection does not need to exist.

Arguments

Requires

ArgumentTypeRequired
Description
httpurllib3.PoolManagerThe connection pool to be cleared.