in clay/http.py [0:0]
def get_method(self): if self.method is not None: return self.method if self.has_data(): return 'POST' else: return 'GET'