class Rack::Auth::Digest::Request

def respond_to?(sym, *)

def respond_to?(sym, *)
  super or params.has_key? sym.to_s
end