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.1.tar.gz
(5.9 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.1.tar.gz.
File metadata
- Download URL: mtrequests-2.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e84b6944e65077d2cb8c5a0b23a2ad75d1e8f6132ce80dcdbb02b7e5183e475c
|
|
| MD5 |
092a9c858fd8c3df47dd7640ea4b3761
|
|
| BLAKE2b-256 |
72c93255e1fad041fea53369d0b4a7c50a37b20372556bbceaad33b19e20abd4
|
File details
Details for the file mtrequests-2.1.1-py3-none-any.whl.
File metadata
- Download URL: mtrequests-2.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 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 |
e70910dbd81845ced6d619a76d66219ad337883df92314ddc3eed3110e4da41d
|
|
| MD5 |
45ae36133003ce577ea606f75dcc7b87
|
|
| BLAKE2b-256 |
37e74a9496392f3fd8a6c2ec5378e9510607e694b5e4a222cb501ff4182981df
|