private Method

HTTP.proxy_user

There's no documentation for this item.

Source Code

# File net/ssh/proxy/http.rb, line 106
def proxy_user
  return @options[ :user ] if @options[ :user ]
  return ENV['HTTP_PROXY_USER'] if ENV['HTTP_PROXY_USER']
  return ENV['CONNECT_USER'] if ENV['CONNECT_USER']
  return nil
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.