Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
pip._vendor.urllib3.contrib.ntlmpool.NTLMConnectionPool Class Reference
Inheritance diagram for pip._vendor.urllib3.contrib.ntlmpool.NTLMConnectionPool:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.urllib3.contrib.ntlmpool.NTLMConnectionPool:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, user, pw, authurl, *args, **kwargs)
 
 urlopen (self, method, url, body=None, headers=None, retries=3, redirect=True, assert_same_host=True)
 

Public Attributes

 authurl
 
 rawuser
 
 domain
 
 user
 
 pw
 
 num_connections
 
 host
 

Static Public Attributes

str scheme = "https"
 

Protected Member Functions

 _new_conn (self)
 

Detailed Description

Implements an NTLM authentication version of an urllib3 connection pool

Constructor & Destructor Documentation

◆ __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: