py3-requests
elegant and simple HTTP library for Python
WWW CVSWeb GITHub-
Package versionpy3-requests-2.31.0
-
MaintainerThe OpenBSD ports mailing-list
Requests is a widely used high-level HTTP library for Python, based on
the lower-level urllib3.
It allows you to send HTTP/1.1 requests extremely easily. There's no
need to manually add query strings to your URLs, or to form-encode
your POST data; you can add headers, form data, multipart files, and
parameters with simple Python dictionaries, and access the response data
in the same way.
Features include:
- Keep-Alive & Connection Pooling
- International Domains and URLs
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Automatic Content Decoding
- HTTP(S) Proxy Support
- Multipart File Uploads
- Streaming Downloads
- Connection Timeouts
- Chunked Requests
- python3
- lang/python/3.10
- devel/py-build,python3
- devel/py-installer,python3
- devel/py-setuptools,python3
- devel/py-wheel,python3
- archivers/py-brotli,python3
- devel/py-certifi,python3
- net/py-idna,python3
- textproc/py-charset-normalizer,python3
- www/py-urllib3,python3
- lang/python/3.10