clean_http_manager
FunctionPrivateSource
syncstream.webtools.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
Argument | Type | Required | |
---|---|---|---|
http | urllib3.PoolManager | The connection pool to be cleared. |