notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-httpx-ws WebSockets support for HTTPX
0.8.1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-22 06:30:15
Last Update: 2025-11-09 16:31:14
Commit Hash: 04c2b46
Also Listed In: python
License: MIT
WWW:
https://frankie567.github.io/httpx-ws/
https://github.com/frankie567/httpx-ws
Description:
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
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}httpx-ws>0:www/py-httpx-ws@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-httpx-ws/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-httpx-ws
  • pkg install py311-httpx-ws
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-httpx-ws listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-httpx-ws
Package flavors (<flavor>: <package>)
  • py311: py311-httpx-ws
distinfo:
TIMESTAMP = 1762586920 SHA256 (httpx_ws-0.8.1.tar.gz) = fdc8f471980d572f371d113a50710bbf397245048e9a542606af0bba2b956ab5 SIZE (httpx_ws-0.8.1.tar.gz) = 105819

Packages (timestamps in pop-ups are UTC):
py311-httpx-ws
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.20.8.1-0.7.20.8.1n/an/an/a
FreeBSD:13:quarterly0.7.20.7.2-0.7.20.7.2n/an/an/a
FreeBSD:14:latest0.8.00.8.1-0.7.20.8.1---
FreeBSD:14:quarterly0.7.20.7.2-0.7.20.7.2---
FreeBSD:15:latest0.8.00.8.1n/a0.7.2n/an/a--
FreeBSD:15:quarterly0.7.20.7.2n/a-n/an/a--
FreeBSD:16:latest0.7.20.8.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatch-regex-commit>=0 : devel/py-hatch-regex-commit@py311
  2. py311-hatchling>=0 : devel/py-hatchling@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-anyio>=4 : devel/py-anyio@py311
  2. py311-httpcore>=1.0.4 : www/py-httpcore@py311
  3. py311-httpx>=0.23.1 : www/py-httpx@py311
  4. py311-wsproto>=0 : net/py-wsproto@py311
  5. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-httpx-ws
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/h/httpx_ws/
  2. https://pypi.org/packages/source/h/httpx_ws/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.1
09 Nov 2025 16:31:14
commit hash: 04c2b467ca1277e491515baa78cd8bc0f90d232bcommit hash: 04c2b467ca1277e491515baa78cd8bc0f90d232bcommit hash: 04c2b467ca1277e491515baa78cd8bc0f90d232bcommit hash: 04c2b467ca1277e491515baa78cd8bc0f90d232b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-httpx-ws: Update to 0.8.1

Changes:	https://github.com/frankie567/httpx-ws/releases
0.8.0
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
0.8.0
13 Oct 2025 06:19:51
commit hash: ede376a576382297ca553c55eab66f1edf115924commit hash: ede376a576382297ca553c55eab66f1edf115924commit hash: ede376a576382297ca553c55eab66f1edf115924commit hash: ede376a576382297ca553c55eab66f1edf115924 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-httpx-ws: Update to 0.8.0

Changes:	https://github.com/frankie567/httpx-ws/releases
0.7.2
18 Apr 2025 05:37:52
commit hash: ebc71aa4c275f349f5942c9087cd6f5757f9baa6commit hash: ebc71aa4c275f349f5942c9087cd6f5757f9baa6commit hash: ebc71aa4c275f349f5942c9087cd6f5757f9baa6commit hash: ebc71aa4c275f349f5942c9087cd6f5757f9baa6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-httpx-ws: Update to 0.7.2

Changes:	https://github.com/frankie567/httpx-ws/releases
0.7.1
03 Feb 2025 15:51:35
commit hash: 97fb3b030f9de35191ea6df827240a6036754d6acommit hash: 97fb3b030f9de35191ea6df827240a6036754d6acommit hash: 97fb3b030f9de35191ea6df827240a6036754d6acommit hash: 97fb3b030f9de35191ea6df827240a6036754d6a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-httpx-ws: Update to 0.7.1

Changes:	https://github.com/frankie567/httpx-ws/releases
0.7.0
25 Dec 2024 19:15:50
commit hash: 9d51ce760a7fffc0b7a757b62badd0c5b7e9d827commit hash: 9d51ce760a7fffc0b7a757b62badd0c5b7e9d827commit hash: 9d51ce760a7fffc0b7a757b62badd0c5b7e9d827commit hash: 9d51ce760a7fffc0b7a757b62badd0c5b7e9d827 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-httpx-ws: Update to 0.7.0

Changes:	https://github.com/frankie567/httpx-ws/releases
0.6.2
22 Nov 2024 06:21:35
commit hash: 5739121e2438e385e74cd5318ddf6a31ebf2aa4dcommit hash: 5739121e2438e385e74cd5318ddf6a31ebf2aa4dcommit hash: 5739121e2438e385e74cd5318ddf6a31ebf2aa4dcommit hash: 5739121e2438e385e74cd5318ddf6a31ebf2aa4d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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

Number of commits found: 7