
requests 2.32.5
0
Python HTTP for Humans.
Contents
Python HTTP for Humans.
Stars: 53747, Watchers: 53747, Forks: 9741, Open Issues: 303The psf/requests repo was created 15 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 53747 github stars!
How to Install requests
You can install requests using pip
pip install requests
or add it to a project with poetry
poetry add requests
Package Details
- Author
- Kenneth Reitz
- License
- Apache-2.0
- Homepage
- https://requests.readthedocs.io
- PyPi:
- https://pypi.org/project/requests/
- Documentation:
- https://requests.readthedocs.io
- GitHub Repo:
- https://github.com/psf/requests
Classifiers
- Internet/WWW/HTTP
- Software Development/Libraries
Related Packages
Errors
A list of common requests errors.
Code Examples
Here are some requests code examples and snippets.
GitHub Issues
The requests package has 303 open issues on GitHub
- Normalize HTTP method after native string conversion
- Add max_response_size to cap response body reads
- improve grammar in Quickstart introduction
- builtin_str(method) incorrectly converts binary method names
- Fix: Correct Content-Length for StringIO with multi-byte characters
- Add IPv6 CIDR support to no_proxy handling
- Clarifying path_url property docstring
- Request for clarification: URL parsing behavior in Requests (RFC 3986 vs WHATWG)
- docs: Upgrade docs links to HTTPS in contributing guide
- Improve README wording for clarity
- Docs: clarify Session safety in multi-process environments
- Add timeout best practices to documentation
- Fix: Preserve custom CookiePolicy in Session.prepare_request
- Persist CookiePolicy at session level
- Fix: Preserve custom CookiePolicy in Session.prepare_request
pythonfix