def test_do_request(self):
agent = OnionRoutedAgent(reactor, path=self.random_path(),
state=self.tor)
url = "http://127.0.0.1:{}".format(self.port)
request = yield agent.request("GET", url)
body = yield readBody(request)
yield self.assertEqual(body, 'GET')
评论列表
文章目录