From 52c6487b21d4ca3cf8bcb497d3138aeae2c374a3 Mon Sep 17 00:00:00 2001 From: Daniel Loader Date: Fri, 17 Jan 2020 19:53:30 +0000 Subject: [PATCH] Add httpx Async friendly http client from the same authors of starlette and uvicorn. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4510dd2..af3a627 100644 --- a/README.md +++ b/README.md @@ -682,6 +682,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [grequests](https://github.com/spyoungtech/grequests) - requests + gevent for asynchronous HTTP requests. * [httplib2](https://github.com/httplib2/httplib2) - Comprehensive HTTP client library. +* [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python. * [requests](https://github.com/psf/requests) - HTTP Requests for Humans. * [treq](https://github.com/twisted/treq) - Python requests like API built on top of Twisted's HTTP client. * [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.