文件名称:http_server:用asyncio和套接字库编写的简单HTTP服务器
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 09:44:48
Python
异步HTTP服务器 这是使用asyncio和套接字库构建的HTTP服务器的示例。 它只是为了好玩而制作的。 尝试一下: 安装requirements.txt pip install -r requirements.txt 运行服务器 python server.py 使用asyncio运行1000个请求: python client_asyncio.py 在浏览器中查看
【文件预览】:
http_server-master
----README.MD(420B)
----server.py(2KB)
----client_asyncio.py(660B)
----static()
--------index.html(422B)
--------more.html(270B)
--------not_found.html(152B)
--------about.html(322B)
----requirements.txt(47B)
----.gitignore(12B)