Description
Adds WebSocket support to Python projects that already use HTTPX. It helps applications keep two-way connections open for live updates, chat, notifications, streaming events, or protocol clients.
This is a developer library. WebSocket connections can carry private messages or live service data, so applications should handle authentication, reconnection, and trusted endpoints carefully.