def run(): ... r = yield from aiohttp.request('get', 'http://python.org') ... raw ... You can also access the response body as bytes, for non-text requests:.
確定! 回上一頁