= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
These similar methods exist in v2_5_5:
basic_auth(account, password)
Set the Authorization: header for “Basic” authorization.
# File lib/net/http/header.rb, line 419 def basic_auth(account, password) @header['authorization'] = [basic_encode(account, password)] end