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.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-httpx
- Owner: natthasath
- License: mit
- Created: 2022-10-20T07:49:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T02:40:14.000Z (over 1 year ago)
- Last Synced: 2025-01-09T02:53:14.305Z (5 months ago)
- Topics: httpx, poetry, python
- Language: Python
- Homepage: https://www.python-httpx.org/
- Size: 261 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.