| Port details |
- py-httpcore2 Minimal low-level HTTP client
- 2.4.0 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-06-19 06:39:55
- Last Update: 2026-06-19 06:37:00
- Commit Hash: 9af436b
- 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 py311-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 py311-httpcore2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-httpcore2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1781849537
SHA256 (httpcore2-2.4.0.tar.gz) = 3093a8ab8980d9f910b9cb4351df9186a0ad2350a6284a9107ac9a362a584422
SIZE (httpcore2-2.4.0.tar.gz) = 64618
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:
-
- py311-hatch-fancy-pypi-readme>0 : devel/py-hatch-fancy-pypi-readme@py311
- py311-hatchling>0 : devel/py-hatchling@py311
- py311-uv-dynamic-versioning>=0.8.0 : devel/py-uv-dynamic-versioning@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-h11>=0.16 : net/py-h11@py311
- py311-truststore>=0.10 : security/py-truststore@py311
- py311-anyio>=4.5.0<5.0 : devel/py-anyio@py311
- py311-h2>=3<5 : www/py-h2@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-httpx2
Configuration Options:
- ===> The following configuration options are available for py311-httpcore2-2.4.0:
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:
|