没有合适的资源?快使用搜索试试~ 我知道了~
aiohttp 一个用于asyncio和Python的异步HTTP客户端/服务器-python
共352个文件
py:130个
rst:43个
bugfix:28个
需积分: 10 5 下载量 136 浏览量
2021-06-18
18:54:28
上传
评论
收藏 917KB ZIP 举报
温馨提示
aiohttp 一个用于asyncio和Python的异步HTTP客户端/服务器 异步 http 客户端/服务器框架 主要特性 支持 HTTP 协议的客户端和服务器端。 支持开箱即用的客户端和服务器 Web 套接字并避免回调地狱。 为 Web 服务器提供中间件和可插拔路由。 入门客户端 从网络获取一些东西: import aiohttp import asyncio async def fetch(session, url): async with session.get(url) as response: return await response.text() async def main(): async with aiohttp .ClientSession() 作为会话:html = await fetch(session, 'http://python.org') print(html) if __name__ == '__main__': loop = asyncio.get_event_loop() loop.run_until_complete(main() )
资源推荐
资源详情
资源评论
收起资源包目录
aiohttp 一个用于asyncio和Python的异步HTTP客户端/服务器-python (352个子文件)
make.bat 7KB
5494.bugfix 226B
5606.bugfix 222B
5258.bugfix 213B
4012.bugfix 158B
4368.bugfix 130B
3482.bugfix 119B
5403.bugfix 116B
4984.bugfix 101B
2174.bugfix 96B
3562.bugfix 95B
4799.bugfix 85B
5329.bugfix 82B
5106.bugfix 76B
3310.bugfix 73B
4431.bugfix 72B
4648.bugfix 72B
5259.bugfix 72B
4656.bugfix 71B
4663.bugfix 68B
4302.bugfix 67B
4650.bugfix 66B
4558.bugfix 63B
4299.bugfix 57B
5192.bugfix 52B
3613.bugfix 50B
3721.bugfix 46B
3612.bugfix 43B
4283.bugfix 30B
setup.cfg 3KB
CODEOWNERS 590B
server.crt 1KB
server.csr 952B
logo-adjustments.css 110B
3642.doc 128B
5725.doc 122B
4695.doc 83B
4504.doc 79B
3685.doc 72B
5191.doc 60B
5326.doc 59B
3559.doc 59B
4452.doc 36B
4161.doc 84B
.editorconfig 376B
4700.feature 393B
3828.feature 305B
5287.feature 178B
2492.feature 136B
4942.feature 134B
4706.feature 125B
3569.feature 116B
5284.feature 115B
3462.feature 91B
5585.feature 80B
3796.feature 73B
3540.feature 71B
5219.feature 68B
3767.feature 61B
4277.feature 55B
5293.feature 55B
2302.feature 54B
5094.feature 48B
3853.feature 45B
3892.feature 45B
3787.feature 43B
5267.feature 41B
4054.feature 40B
5275.feature 38B
5105.feature 32B
4594.feature 32B
5075.feature 31B
3545.feature 27B
.git-blame-ignore-revs 1KB
.gitattributes 84B
.gitignore 723B
.gitignore 12B
.gitmodules 125B
hello.txt.gz 44B
_find_header.h 170B
websocket.html 2KB
favicon.ico 4KB
MANIFEST.in 394B
lint.in 170B
cython.in 116B
doc-spelling.in 100B
dev.in 79B
.mypy.ini 948B
aiohttp.jpg 6KB
fuzzingclient.json 276B
fuzzingserver.json 217B
server.key 2KB
Makefile 7KB
Makefile 4KB
CODE_OF_CONDUCT.md 3KB
PULL_REQUEST_TEMPLATE.md 1KB
ISSUE_TEMPLATE.md 749B
5494.misc 173B
3957.misc 101B
3994.misc 74B
共 352 条
- 1
- 2
- 3
- 4
资源评论
cocoaitea
- 粉丝: 20
- 资源: 4566
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功