# File lib/sinatra/lazy_auth.rb, line 42
    def authorize!
      r = "#{driver_symbol}-deltacloud@#{HOSTNAME}"
      response['WWW-Authenticate'] = %(Basic realm="#{r}")
      throw(:halt, [401, "Not authorized\n"])
    end