= private = protected
challenge(req, res)
Returns a challenge response which asks for authentication information
# File lib/webrick/httpauth/basicauth.rb, line 103 def challenge(req, res) res[@response_field] = "#{@auth_scheme} realm=\"#{@realm}\"" raise @auth_exception end