[ Bron: httpx ]
Pakket: python3-httpx (0.23.3-1)
Verwijzigingen voor python3-httpx
Debian bronnen:
Het bronpakket httpx downloaden:
Beheerders:
Externe bronnen:
- Homepage [www.python-httpx.org]
Vergelijkbare pakketten:
next generation HTTP client
HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
HTTPX is a high performance asynchronous HTTP client, that builds on the well-established usability of requests, and gives you:
* A broadly requests-compatible API. * Standard synchronous interface, but with async support if you need it. * HTTP/1.1 and HTTP/2 support. * Ability to make requests directly to WSGI applications or ASGI applications. * Strict timeouts everywhere. * Fully type annotated. * 99% test coverage.
Plus all the standard features of requests:
* International Domains and URLs * Keep-Alive & Connection Pooling * Sessions with Cookie Persistence * Browser-style SSL Verification * Basic/Digest Authentication * Elegant Key/Value Cookies * Automatic Decompression * Automatic Content Decoding * Unicode Response Bodies * Multipart File Uploads * HTTP(S) Proxy Support * Connection Timeouts * Streaming Downloads * .netrc Support * Chunked Requests
Andere aan python3-httpx gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-certifi
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-click (>= 8)
- Wrapper around optparse for command line utilities - Python 3.x
-
- dep: python3-httpcore (>= 0.15.0)
- minimal low-level HTTP client
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-rfc3986 (>= 1.3.0)
- validating URI references per RFC 3986 - Python 3.x
-
- dep: python3-rich (>= 10)
- render rich text, tables, progress bars, syntax highlighting, markdown and more
-
- dep: python3-sniffio
- detect which async Python library is in use