wok-current view python-requests/description.txt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 months ago)
parents
children
line source
1 Requests is a simple, yet elegant, HTTP library.
3 Requests allows you to send HTTP/1.1 requests extremely easily.
4 There's no need to manually add query strings to your URLs, or to form-encode
5 your PUT & POST data - but nowadays, just use the json method!
7 Requests is one of the most downloaded Python packages today, pulling in
8 around 30M downloads/week - according to GitHub, Requests is currently depended
9 upon by 1,000,000+ repositories. You may certainly put your trust in this code.