aiohttp封裝http請求

import aiohttp import json from sanic.response import stream async def post(url, data, headers=None): async with aiohttp.ClientSession(headers=headers) as session: result = await session.post(url, dat
相關文章
相關標籤/搜索