AutoselHttpProxy

AutoselHttpProxy sets HTTP proxy settings automatically with a startup file. AutoselHttpProxy allows to execute a COMMAND with “http_proxy” environment variable.

$ set_httpproxy COMMAND

If you use ruby’s program, then can use the below code, to set HTTP proxy settings.

require 'autosel_http_proxy'
AutoselHttpProxy::init
AutoselHttpProxy::overwrite_base_class!

Usage and Detail

Please read README.ja.rdoc file (in Japanese)…