def arguments(self): """Returns a list of the arguments provided in the query and/or POST. The return value is an ordered list of strings. """ return list(OrderedDict.fromkeys(self.params.keys()))