Port details |
- py-urllib3-future Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces
- 2.12.905 net
=0 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-12-31 16:03:09
- Last Update: 2025-01-02 16:43:17
- Commit Hash: 53a013a
- Also Listed In: python
- License: MIT
- WWW:
- https://urllib3future.readthedocs.io/en/latest/
- https://github.com/jawah/urllib3.future
- Description:
- urllib3.future is a powerful, user-friendly HTTP client for Python.
urllib3.future goes beyond supported features while remaining compatible.
urllib3.future brings many critical features that are missing from both the
Python standard libraries and urllib3:
- Async.
- Task safety.
- Thread safety.
- Happy Eyeballs.
- Connection pooling.
- Unopinionated about OpenSSL.
- Client-side SSL/TLS verification.
- Highly customizable DNS resolution.
- File uploads with multipart encoding.
- DNS over UDP, TLS, QUIC, or HTTPS. DNSSEC protected.
- Helpers for retrying requests and dealing with HTTP redirects.
- Automatic Keep-Alive for HTTP/1.1, HTTP/2, and HTTP/3.
- Support for gzip, deflate, brotli, and zstd encoding.
- Support for Python/PyPy 3.7+, no compromise.
- Automatic Connection Upgrade / Downgrade.
- Early (Informational) Responses / Hints.
- HTTP/1.1, HTTP/2 and HTTP/3 support.
- WebSocket over HTTP/2+ (RFC8441).
- Proxy support for HTTP and SOCKS.
- Post-Quantum Security with QUIC.
- Detailed connection inspection.
- HTTP/2 with prior knowledge.
- Server Side Event (SSE).
- Multiplexed connection.
- Mirrored Sync & Async.
- Trailer Headers.
- Amazingly Fast.
- WebSocket.
urllib3.future is powerful and easy to use.
- ¦ ¦ ¦ ¦
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}urllib3-future>0:net/py-urllib3-future@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-urllib3-future/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-urllib3-future
- pkg install py311-urllib3-future
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-urllib3-future listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-urllib3-future
- Package flavors (<flavor>: <package>)
- py311: py311-urllib3-future
- distinfo:
- TIMESTAMP = 1735792369
SHA256 (urllib3_future-2.12.905.tar.gz) = 9d08c8f1ba5a86f21d114e16c195423123ff0d691f7941873933b0e817d8a26a
SIZE (urllib3_future-2.12.905.tar.gz) = 1058370
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=1.6.0<2 : devel/py-hatchling@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.11.0<1.0.0 : net/py-h11@py311
- py311-jh2>=5.0.3<6.0.0 : www/py-jh2@py311
- py311-qh3>=1.0.0<2.0.0 : www/py-qh3@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-niquests
Configuration Options:
- No options to configure
- Options name:
- net_py-urllib3-future
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|