理解Python中aiohttp模块概念、用法

  • aiohttp(Documentation Github)

    Asynchronous HTTP Client/Server for asyncio and Python.

    asyncio实现了TCPUDPSSL等协议,aiohttp则是基于asyncio实现的HTTP框架。用于编写HTTP服务器和客户端。

    aiohttp相当于异步的requests。

  • References

  1. 廖雪峰的官方网站

猜你喜欢

转载自blog.csdn.net/The_Time_Runner/article/details/105801372