requests 2.31.0+dfsg-ok1 source package in openKylin
Changelog
requests (2.31.0+dfsg-ok1) nile; urgency=medium * Build for openKylin. -- Luoyaoming <email address hidden> Tue, 30 Apr 2024 17:48:13 +0800
requests (2.31.0+dfsg-ok1) nile; urgency=medium * Build for openKylin. -- Luoyaoming <email address hidden> Tue, 30 Apr 2024 17:48:13 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.31.0+dfsg.orig.tar.xz | 130.3 KiB | dd3c571624bd889b38d8ea9778f188e065e7b3b8a7e7f731b7536bac54303fad |
requests_2.31.0+dfsg-ok1.debian.tar.xz | 8.5 KiB | 20a145acf7ed917c0789733229042213c29b16789456fa325f10dbd30c5f3776 |
requests_2.31.0+dfsg-ok1.dsc | 2.4 KiB | 0787906789c79b0b7e0a1e8804382b37359971d4a9f8879fa8f343030873d10b |
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but
it does all the hard work and crazy hacks for you.
.
Features
.
- International Domains and URLs
- Keep-Alive & Connection Pooling
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Basic/Digest Authentication
- Elegant Key/Value Cookies
- Automatic Decompression
- Unicode Response Bodies
- Multipart File Uploads
- Connection Timeouts
.
This package contains the documentation.
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but
it does all the hard work and crazy hacks for you.
.
Features
.
- International Domains and URLs
- Keep-Alive & Connection Pooling
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Basic/Digest Authentication
- Elegant Key/Value Cookies
- Automatic Decompression
- Unicode Response Bodies
- Multipart File Uploads
- Connection Timeouts
.
This package contains the Python 3 version of the library.