python-requests-unixsocket 0.2.0-ok1 source package in openKylin
Changelog
python-requests-unixsocket (0.2.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
python-requests-unixsocket (0.2.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-requests-unixsocket_0.2.0.orig.tar.xz | 10.2 KiB | 4e9bd6775f4ea52e8f573307a20f21ee474288d8951332b094a62dd834e21a14 |
python-requests-unixsocket_0.2.0-ok1.debian.tar.xz | 2.2 KiB | 7745a0ad1fff6d300bb59244944b6072e5d0acacd870563135f9058b1c58c8e0 |
python-requests-unixsocket_0.2.0-ok1.dsc | 2.1 KiB | 226eb872e2a9603b931368ebcdbea7a274197f923387efa83580f082e2d20875 |
The requests-unixsocket makes it possible to talk using the HTTP protocol via
a UNIX domain socket. Internally, requests-unixsocket uses monkeypatching to
use the functionality of requests while making minimal changes.
.
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.
.
This package contains the Python 3.x module.