aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-httpx-ws/pkg-descr
blob: adf0cd41d1591d3b63c28a8d9463f9ddc1d607ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
httpx-ws provides WebSocket support for HTTPX.

Features:
- Sync and async client
- Helper methods to send text, binary and JSON data
- Helper methods to receive text, binary and JSON data
- Automatic ping/pong answers
- HTTPX transport to test WebSockets defined in ASGI apps
- Automatic keepalive ping
- asyncio and Trio support through AnyIO