OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.urllib3 Namespace Reference

Namespaces

 _collections
 
 _version
 
 connection
 
 connectionpool
 
 contrib
 
 exceptions
 
 fields
 
 filepost
 
 packages
 
 poolmanager
 
 request
 
 response
 
 util
 

Functions

def add_stderr_logger (level=logging.DEBUG)
 
def disable_warnings (category=exceptions.HTTPWarning)
 

Variables

 SecurityWarning
 
 append
 
 SubjectAltNameWarning
 
 InsecurePlatformWarning
 
 SNIMissingWarning
 

Detailed Description

Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more

Function Documentation

◆ add_stderr_logger()

def pip._vendor.urllib3.add_stderr_logger (   level = logging.DEBUG)
Helper for quickly adding a StreamHandler to the logger. Useful for
debugging.

Returns the handler after adding it.

◆ disable_warnings()

def pip._vendor.urllib3.disable_warnings (   category = exceptions.HTTPWarning)
Helper for quickly disabling all urllib3 warnings.

Variable Documentation

◆ append

append

◆ InsecurePlatformWarning

InsecurePlatformWarning

◆ SecurityWarning

SecurityWarning

◆ SNIMissingWarning

SNIMissingWarning

◆ SubjectAltNameWarning

SubjectAltNameWarning