软件包:python3-aiohttp-sse-client2(0.3.0-2)
python3-aiohttp-sse-client2 的相关链接
Debian 的资源:
下载源码包 aiohttp-sse-client2:
- [aiohttp-sse-client2_0.3.0-2.dsc]
- [aiohttp-sse-client2_0.3.0.orig.tar.gz]
- [aiohttp-sse-client2_0.3.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Async client for receiving Server-Sent Events streams over HTTP
This library enables applications to connect to HTTP endpoints that provide Server-Sent Events (SSE) and to listen for real-time event streams in an asynchronous, non-blocking manner. It maintains a persistent connection to the remote SSE server, automatically handling reconnections in cases of network interruptions or dropped connections. Incoming event messages are parsed according to the SSE protocol specification, making it possible to process update notifications, messages, or status changes as soon as they are published by the server. This is useful for consuming live data feeds from web servers or public APIs, such as news updates or monitoring information. The library provides tools for error handling, including exposing server response bodies when a connection cannot be established or returns an unexpected status code. Communication occurs over standard HTTP, and connections can be established securely depending on the endpoint's configuration.
其他与 python3-aiohttp-sse-client2 有关的软件包
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.2)
- JavaScript support for Sphinx documentation
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-multidict
- multidict implementation (Python library)
-
- dep: python3-yarl
- yet another URL library for Python