mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 22:09:45 +08:00
Add urllib3 stubs (#6858)
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
urllib3.HTTPConnectionPool.__init__
|
||||
urllib3.HTTPConnectionPool.urlopen
|
||||
urllib3.HTTPResponse.__init__
|
||||
urllib3.HTTPSConnectionPool.__init__
|
||||
urllib3.NullHandler
|
||||
urllib3.PoolManager.connection_from_host
|
||||
urllib3.PoolManager.connection_from_url
|
||||
urllib3.PoolManager.urlopen
|
||||
urllib3.ProxyManager.__init__
|
||||
urllib3.ProxyManager.connection_from_host
|
||||
urllib3.ProxyManager.urlopen
|
||||
urllib3.Retry.is_forced_retry
|
||||
urllib3.Retry.sleep
|
||||
urllib3._collections.HTTPHeaderDict.from_httplib
|
||||
urllib3._collections.HTTPHeaderDict.getlist
|
||||
urllib3._collections.RLock
|
||||
urllib3.connection.HTTPConnection.request
|
||||
urllib3.connection.HTTPSConnection.__init__
|
||||
urllib3.connection.VerifiedHTTPSConnection.__init__
|
||||
urllib3.connection.VerifiedHTTPSConnection.set_cert
|
||||
urllib3.connectionpool.ConnectionError
|
||||
urllib3.connectionpool.HTTPConnection.request
|
||||
urllib3.connectionpool.HTTPConnectionPool.__init__
|
||||
urllib3.connectionpool.HTTPConnectionPool.urlopen
|
||||
urllib3.connectionpool.HTTPResponse.__init__
|
||||
urllib3.connectionpool.HTTPSConnection.__init__
|
||||
urllib3.connectionpool.HTTPSConnectionPool.__init__
|
||||
urllib3.connectionpool.ProxyError.__init__
|
||||
urllib3.connectionpool.RequestMethods.request_encode_url
|
||||
urllib3.connectionpool.Retry.is_forced_retry
|
||||
urllib3.connectionpool.Retry.sleep
|
||||
urllib3.connectionpool.VerifiedHTTPSConnection.__init__
|
||||
urllib3.connectionpool.VerifiedHTTPSConnection.set_cert
|
||||
urllib3.exceptions.ProxyError.__init__
|
||||
urllib3.fields.RequestField.__init__
|
||||
urllib3.fields.RequestField.from_tuples
|
||||
urllib3.filepost.RequestField.__init__
|
||||
urllib3.filepost.RequestField.from_tuples
|
||||
urllib3.packages.ssl_match_hostname
|
||||
urllib3.packages.ssl_match_hostname._implementation
|
||||
urllib3.poolmanager.PoolManager.connection_from_host
|
||||
urllib3.poolmanager.PoolManager.connection_from_url
|
||||
urllib3.poolmanager.PoolManager.urlopen
|
||||
urllib3.poolmanager.ProxyManager.__init__
|
||||
urllib3.poolmanager.ProxyManager.connection_from_host
|
||||
urllib3.poolmanager.ProxyManager.urlopen
|
||||
urllib3.request.RequestMethods.request_encode_url
|
||||
urllib3.response.HTTPHeaderDict.from_httplib
|
||||
urllib3.response.HTTPHeaderDict.getlist
|
||||
urllib3.response.HTTPResponse.__init__
|
||||
urllib3.response.PY3
|
||||
urllib3.util.Retry.is_forced_retry
|
||||
urllib3.util.Retry.sleep
|
||||
urllib3.util.connection.poll
|
||||
urllib3.util.connection.select
|
||||
urllib3.util.retry.Retry.is_forced_retry
|
||||
urllib3.util.retry.Retry.sleep
|
||||
urllib3.util.ssl_.create_default_context
|
||||
urllib3.util.ssl_.ssl_wrap_socket
|
||||
Reference in New Issue
Block a user