OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more
def 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.
def urllib3.disable_warnings | ( | category = exceptions.HTTPWarning | ) |
Helper for quickly disabling all urllib3 warnings.
append |
InsecurePlatformWarning |
SecurityWarning |
SNIMissingWarning |
SubjectAltNameWarning |