Skip to main content

urllib3.future is a powerful HTTP 1.1, 2, and 3 client

Project description

urllib3.future logo

PyPI Version Python Versions
urllib3.future is as BoringSSL is to OpenSSL but to urllib3 (except support is available!)
✨🍰Enjoy HTTP like its 2024🍰✨

⚡ 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:

  • Thread safety.
  • Connection pooling.
  • 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.
  • Support for gzip, deflate, brotli, and zstd encoding.
  • HTTP/1.1, HTTP/2 and HTTP/3 support.
  • Proxy support for HTTP and SOCKS.
  • Detailed connection inspection.
  • Multiplexed connection.
  • 95% test coverage.

urllib3.future is powerful and easy to use:

>>> import urllib3
>>> resp = urllib3.request("GET", "https://httpbin.org/robots.txt")
>>> resp.status
200
>>> resp.data
b"User-agent: *\nDisallow: /deny\n"
>>> resp.version
20

Installing

urllib3.future can be installed with pip:

$ python -m pip install urllib3.future

You either do

import urllib3

Or...

import urllib3_future

Doing import urllib3_future is the safest option for you as there is a significant number of projects that require urllib3.

Notes

  • It's a fork

⚠️ Installing urllib3.future shadows the actual urllib3 package (depending on installation order). The semver will always be like MAJOR.MINOR.9PP like 2.0.941, the patch node is always greater or equal to 900.

Support for bugs or improvements is served in this repository. We regularly sync this fork with the main branch of urllib3/urllib3 against bugfixes and security patches if applicable.

  • OS Package Managers

Fellow OS package maintainers, you cannot just build and ship this package to your package registry. As it override urllib3 and due to its current criticality, you'll have to set:

URLLIB3_NO_OVERRIDE=true python -m build. Set URLLIB3_NO_OVERRIDE variable with "true" in it.

It will prevent the override.

Compatibility with downstream

You should always install the downstream project prior to this fork.

e.g. I want requests to be use this package.

python -m pip install requests
python -m pip install urllib3.future

Nowadays, we suggest using the package Niquests as a drop-in replacement for Requests. It leverages urllib3.future capabilities.

Documentation

urllib3.future has usage and reference documentation at urllib3future.readthedocs.io.

Contributing

urllib3.future happily accepts contributions.

Security Disclosures

To report a security vulnerability, please use the GitHub advisory disclosure form.

Sponsorship

If your company benefits from this library, please consider sponsoring its development.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

urllib3_future-2.4.905.tar.gz (757.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

urllib3_future-2.4.905-py3-none-any.whl (337.2 kB view details)

Uploaded Python 3

File details

Details for the file urllib3_future-2.4.905.tar.gz.

File metadata

  • Download URL: urllib3_future-2.4.905.tar.gz
  • Upload date:
  • Size: 757.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for urllib3_future-2.4.905.tar.gz
Algorithm Hash digest
SHA256 12ca5ad729631b19096aa2d2cf6ccfb22ef8712a6c9e0afbc1a0b6b1f58efcb5
MD5 5936c2c431f1ffa24bf5ac2b40502d60
BLAKE2b-256 c4c1a4b23fc4ddb1eb05b406c2b82335279a4444aa2c0a443e6fec45c3928a5f

See more details on using hashes here.

File details

Details for the file urllib3_future-2.4.905-py3-none-any.whl.

File metadata

File hashes

Hashes for urllib3_future-2.4.905-py3-none-any.whl
Algorithm Hash digest
SHA256 482353db7b563eafd605a92271261ed916bee06154f4e50099bcc36dbe990aee
MD5 d2786104b175076bf40b284a862f7e8f
BLAKE2b-256 2e73b5eb57a919319e12863851d3ee1dbca28835c51b8a5adf7f60be8398b4e0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page