Skip to main content
Version: 0.3.x

webtools

ModulePrivateSource

The shared utilities for web services. This module is private and should not be exposed to users.

The implementation of this module is mainly based on urllib3.

Classes

Member
Description
StdoutWrapperA wrapper for ensuring that the stdout is always directed to the same position.
SafePoolManagerA wrapped urllib3.PoolManager with context supported.
SafeRequestA wrapper for providing context for the urllib3.HTTPResponse.

Functions

Member
Description
clean_http_managerA callback for cleaning the http requests.
close_request_sessionA callback for cleaning the request sessions.