python-httpx
Python HTTP client with async support
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-httpx && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
httpx-0.26.0.tar.gz | 0002164373 2.06 MB | |
python-httpx.changes | 0000020075 19.6 KB | |
python-httpx.spec | 0000003388 3.31 KB |
Revision 14 (latest revision is 16)
Dominique Leuenberger (dimstar_suse)
accepted
request 1137276
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 0.26.0: * The `proxy` argument was added. You should use the `proxy` argument instead of the deprecated `proxies`, or use `mounts=` for more complex configurations. * The `proxies` argument is now deprecated. It will still continue to work, but it will be removed in the future. * Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. * Handle `NO_PROXY` envvar cases when a fully qualified URL is supplied as the value. * Allow URLs where username or password contains unescaped '@'. * Ensure ASGI `raw_path` does not include URL query component. * Ensure `Response.iter_text()` cannot yield empty strings.
Comments 0