| Port details |
- py-httpcore2 Minimal low-level HTTP client
- 2.9.1 www
=0 2.5.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-06-19 06:39:55
- Last Update: 2026-08-08 05:12:49
- Commit Hash: 10473be
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/pydantic/httpx2
- Description:
- The HTTP Core package provides a minimal low-level HTTP client, which does one
thing only. Sending HTTP requests.
It does not provide any high level model abstractions over the API, does not
handle redirects, multipart uploads, building authentication headers,
transparent HTTP caching, URL parsing, session cookie handling, content or
charset decoding, handling JSON, environment based configuration defaults, or
any of that Jazz.
Some things HTTP Core does do:
- Sending HTTP requests.
- Provides both sync and async interfaces.
- Supports HTTP/1.1 and HTTP/2.
- Async backend support for asyncio and trio.
- Automatic connection pooling.
- HTTP(S) proxy support.
¦ ¦ ¦ ¦ 
- 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}httpcore2>0:www/py-httpcore2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-httpcore2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-httpcore2
- pkg install py312-httpcore2
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 py312-httpcore2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-httpcore2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1786155466
SHA256 (httpcore2-2.9.1.tar.gz) = 4d8acbf8b306f48c9d6046591fd5ba4037d1b1b1000d140fc2c3eab1e9a0c0e2
SIZE (httpcore2-2.9.1.tar.gz) = 67089
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-hatch-fancy-pypi-readme>0 : devel/py-hatch-fancy-pypi-readme@py312
- py312-hatchling>0 : devel/py-hatchling@py312
- py312-uv-dynamic-versioning>=0.8.0 : devel/py-uv-dynamic-versioning@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-h11>=0.16 : net/py-h11@py312
- py312-truststore>=0.10 : security/py-truststore@py312
- py312-anyio>=4.5.0<5.0 : devel/py-anyio@py312
- py312-h2>=3<5 : www/py-h2@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- www/py-httpx2
Configuration Options:
- ===> The following configuration options are available for py312-httpcore2-2.9.1:
ASYNCIO=on: Asynchronous support via anyio
HTTP2=on: HTTP/2 support
SOCKS=off: SOCKS proxy support
TRIO=off: Asynchronous support via trio
===> Use 'make config' to modify these settings
- Options name:
- www_py-httpcore2
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|