Method: HTTPClient::BasicAuth#initialize
- Defined in:
- lib/httpclient/auth.rb
#initialize ⇒ BasicAuth
Creates new BasicAuth filter.
231 232 233 234 235 236 237 |
# File 'lib/httpclient/auth.rb', line 231 def initialize @cred = nil @set = false @auth = {} @challengeable = {} @scheme = "Basic" end |