Trees | Indices | Help |
|
---|
|
Functions that help access web URLs through proxy servers.
This module has two main user-facing functions:
Copyright Schrodinger, LLC. All rights reserved.
|
|||
PasswordRetryException | |||
ProxyPasswordManager | |||
ProxyPasswordManagerQt A password manager sub-class that uses Qt to post a dialog to request the password. |
|||
ProxyHandler A ProxyHandler subclass that loads its proxy configuration from 'web_proxy.json' file in the Schrodinger app data directory. |
|||
ProxyBasicAuthHandler | |||
ProxyDigestAuthHandler | |||
MyHTTPHandler | |||
ProxyTunnelError | |||
MyHTTPSHandler | |||
HTTPSHandler |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__doc__ =
|
|||
config_filename =
|
|||
_orig_init = httplib.HTTPConnection.__init__
|
|||
__package__ = None hash(x) |
|
Return the default user proxy config file name. This is the file web_proxy.json in the user's app data directory. |
Return an addinfourl object for the request, using http_class. http_class must implement the HTTPConnection API from httplib. The addinfourl return value is a file-like object. It also has methods and attributes including:
|
Sets up the host and the port for the HTTP CONNECT Tunnelling. The headers argument should be a mapping of extra HTTP headers to send with the CONNECT request. |
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:04:59 2014 | http://epydoc.sourceforge.net |