API Reference for Enthought Tool Suite 3.2.0
Get proxy config from string or environment variables.
If a proxy string is passed in, it overrides whatever might be in the environment variables.
Returns dictionary of identified proxy information.
Raises ValueError on any configuration error.
Use a proxy for future urllib2.urlopen commands.
Configure and install proxy support.
The specified proxy string is parsed via get_proxy_info and then installed via install_proxy_handler. If proxy settings are detected and a handler is installed, then this method returns True. Otherwise it returns False.
Raises ValueError in the event of any problems.
| Local name | Refers to |
|---|---|
| ConnectHTTPHandler | enthought.proxy.connect_HTTP_handler.ConnectHTTPHandler |
| ConnectHTTPSHandler | enthought.proxy.connect_HTTPS_handler.ConnectHTTPSHandler |
| os | os |
| urllib2 | urllib2 |
© Copyright 2002-2009 Enthought, Inc.