| Home | 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__ = Nonehash(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__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 31 21:31:50 2012 | http://epydoc.sourceforge.net |