# File lib/httparty/net_digest_auth.rb, line 13 def initialize(username, password, method, path, response_header) @username = username @password = password @method = method @path = path @response = parse(response_header) end