|
| | __init__ (self, user, pw, authurl, *args, **kwargs) |
| |
|
| urlopen (self, method, url, body=None, headers=None, retries=3, redirect=True, assert_same_host=True) |
| |
|
|
| authurl |
| |
|
| rawuser |
| |
|
| domain |
| |
|
| user |
| |
|
| pw |
| |
|
| num_connections |
| |
|
| host |
| |
Implements an NTLM authentication version of an urllib3 connection pool
◆ __init__()
| pip._vendor.urllib3.contrib.ntlmpool.NTLMConnectionPool.__init__ |
( |
|
self, |
|
|
|
user, |
|
|
|
pw, |
|
|
|
authurl, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
authurl is a random URL on the server that is protected by NTLM.
user is the Windows user, probably in the DOMAIN\\username format.
pw is the password for the user.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py