Skip to main content

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


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

batch_requests-0.1.2-py3-none-any.whl (1.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page