ports/www/py-httpx-ws/pkg-descr
Po-Chuan Hsieh 5739121e24
www/py-httpx-ws: Add py-httpx-ws 0.6.2
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
2024-11-22 14:21:35 +08:00

11 lines
345 B
Plaintext

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