make batch http requests
Project description
Batch Requests
Make batch http requests.
Usage
Install package
pip install batch-requests or conda install batch-requests or pip3 install batch-requests
from batch import BatchRequest
batch_request_manager = BatchRequest([
'http://httpbin.org/ip',
'http://httpbin.org/get',
])
batch_request_manager.run()
responses = batch_request_manager.responses
print(responses)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 batch_requests-0.1.2-py3-none-any.whl.
File metadata
- Download URL: batch_requests-0.1.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa8d44e60e99ca6d8a7dae6c5d0b180792606fc9d57531c931a0f0565da97877
|
|
| MD5 |
fb8106dc394aa1cfa01a1bf70f93d5ca
|
|
| BLAKE2b-256 |
168c07fc27cbbc2ca55543057c37d7c5ad8eac9f85b663dc156f170280c67739
|