Fix style in `HTTP` section

pull/94/head
谭九鼎 2020-10-13 12:47:04 +08:00 committed by GitHub
parent 4fdf5fabf6
commit a6cc8bfe32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/)
* grequestsrequests 库 + gevent ,用于异步 HTTP 请求.[官网](https://github.com/kennethreitz/grequests)