httpx 0.27.2
0
The next generation HTTP client.
Contents
The next generation HTTP client.
Stars: 13132, Watchers: 13132, Forks: 836, Open Issues: 72The encode/httpx
repo was created 5 years ago and the last code push was 14 hours ago.
The project is extremely popular with a mindblowing 13132 github stars!
How to Install httpx
You can install httpx using pip
pip install httpx
or add it to a project with poetry
poetry add httpx
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/httpx/
- Documentation:
- https://www.python-httpx.org
- GitHub Repo:
- https://github.com/encode/httpx
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common httpx errors.
Code Examples
Here are some httpx
code examples and snippets.
GitHub Issues
The httpx package has 72 open issues on GitHub
- Review logging.
- Support digest authentication for HTTP proxies.
- Making the exceptions pickleable
- Not following redirects should be added to the readme.
- Bump charset-normalizer from 2.0.6 to 2.0.9
- Replaces
yield
as part offor
loops withyield from
- Combines multiple
isinstance
functions - Refactor
httpx/_utils.py
- Fix console markup escaping issue
- RemoteProtocolError: multiple Transfer-Encoding headers
- Raise an exception when incorrect type is passed to
auth
. - Respect system proxy exclusions.
- HTTPS proxies support
- Support 'httpx.json = …'