In order to make an HTTP POST request use ClientSession.post() coroutine: ... async with session.get('https://api.github.com/events') as resp: ...
確定! 回上一頁