def f_http_get(self, url, ): """send http get request""" return self.__do_http_request('GET', url, self.input)