在我的Django 应用程序中,我需要将来自用户的请求代理到其他服务器。我使用 asyncio/aiohttp client . #user->request ..... loop = asyncio.get_event_loop() future ...
確定! 回上一頁