This commit is contained in:
Johanderson Mogollon 2024-03-08 09:51:02 +00:00
parent 3d9af26937
commit 357c45ecde

View File

@ -605,6 +605,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for working with HTTP.* *Libraries for working with HTTP.*
* [aiosonic](https://github.com/sonic182/aiosonic) - An async http client written for speed
* [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python. * [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python.
* [requests](https://github.com/psf/requests) - HTTP Requests for Humans. * [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. * [treq](https://github.com/twisted/treq) - Python requests like API built on top of Twisted's HTTP client.