private Method

HTTP.proxy_password

There's no documentation for this item.

Source Code

# File net/ssh/proxy/http.rb, line 114
def proxy_password
  return @options[ :password ] if @options[ :password ]
  return ENV['HTTP_PROXY_PASSWORD'] if ENV['HTTP_PROXY_PASSWORD']
  return ENV['CONNECT_PASSWORD'] if ENV['CONNECT_PASSWORD']
  return ""
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.