An open API service indexing awesome lists of open source software.

https://github.com/natthasath/demo-python-httpx

HTTPX is a modern, high-performance HTTP client for Python, with support for sync and async APIs, connection pooling, and features such as request streaming and response streaming. It's built on top of httptools and works with popular async frameworks like asyncio and trio.
https://github.com/natthasath/demo-python-httpx

httpx poetry python

Last synced: 3 months ago
JSON representation

HTTPX is a modern, high-performance HTTP client for Python, with support for sync and async APIs, connection pooling, and features such as request streaming and response streaming. It's built on top of httptools and works with popular async frameworks like asyncio and trio.

Awesome Lists containing this project

README

        

# demo-python-httpx
HTTPX is a modern, high-performance HTTP client for Python, with support for sync and async APIs, connection pooling, and features such as request streaming and response streaming. It's built on top of httptools and works with popular async frameworks like asyncio and trio.