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 | |
|---|---|
| StdoutWrapper | A wrapper for ensuring that the stdout is always directed to the same position. |
| SafePoolManager | A wrapped urllib3.PoolManager with context supported. |
| SafeRequest | A wrapper for providing context for the urllib3.HTTPResponse. |
Functions
| Member | |
|---|---|
| clean_http_manager | A callback for cleaning the http requests. |
| close_request_session | A callback for cleaning the request sessions. |