# File lib/rhc/rest/httpclient.rb, line 28 def initialize(*args) super @www_auth = WWWAuth.new @request_filter = [proxy_auth, www_auth] end