threading for requests
Project description
mtrequests
threading for requests
import mtrequests
pp = mtrequests.PendingPool()
print(mtrequests.get("https://example.com").send())
print(mtrequests.get("https://example.com").wrap(pp).send())
print(pp.wrap(mtrequests.get("https://example.com")).send())
New in 2.0.0+
import mtrequests
session = mtrequests.Session()
session.set_tls_client_session() # add tls-client session for requests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mtrequests-2.1.0.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mtrequests-2.1.0.tar.gz.
File metadata
- Download URL: mtrequests-2.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
719a5a27a32e310ddf36079d84f343c4650e66bf370373b58d12afffc3474392
|
|
| MD5 |
d85f4f37aac44a3264abf5f3a33fc608
|
|
| BLAKE2b-256 |
f99c28e011b63ad88968601f805ccaaf180ffe3a0e3961c92e247a7b13857378
|
File details
Details for the file mtrequests-2.1.0-py3-none-any.whl.
File metadata
- Download URL: mtrequests-2.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40b120369e2c2990c1ed546aee7b1547ce60a7691a3c75754c1a8423a752cdb0
|
|
| MD5 |
6b9f943501adbcb672c110f7ef76bfda
|
|
| BLAKE2b-256 |
82e85fa9adda6520cc298039502458f18959808adc75c8b867bc7827c9ae9e5d
|