module CGI::QueryExtension

def params=(hash)

Set all the parameters.
def params=(hash)
  @params.clear
  @params.update(hash)
end