From a6cc8bfe32595da5f034a6ab1c8a3841c0b2b027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Tue, 13 Oct 2020 12:47:04 +0800 Subject: [PATCH] Fix style in `HTTP` section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b59e4c9..7233d64 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 ### HTTP 使用 HTTP 的库。 + * aiohttp:基于 asyncio 的异步 HTTP 网络库。[官网](https://github.com/aio-libs/aiohttp) * requests:人性化的 HTTP 请求库。[官网](http://docs.python-requests.org/en/latest/) * grequests:requests 库 + gevent ,用于异步 HTTP 请求.[官网](https://github.com/kennethreitz/grequests)