[ 原始碼: python-httpx-sse ]
套件:python3-httpx-sse(0.4.1-1)
python3-httpx-sse 的相關連結
Debian 的資源:
下載原始碼套件 python-httpx-sse:
- [python-httpx-sse_0.4.1-1.dsc]
- [python-httpx-sse_0.4.1.orig.tar.gz]
- [python-httpx-sse_0.4.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Consume Server-Sent Event (SSE) messages with HTTPX (Python 3)
HTTPX-SSE simplifies the consumption of Server-Sent Events (SSE) in Python applications using the HTTPX library.
It provides convenient helpers for synchronous and asynchronous SSE connections with customizable retry and reconnection mechanisms.
This package installs the library for Python 3.
其他與 python3-httpx-sse 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-httpx
- next generation HTTP client