class URI::GID

def parse_query_params(query)

def parse_query_params(query)
  Hash[URI.decode_www_form(query)].with_indifferent_access if query
end