RafaelWO / unparallel

Create async web requests via Python in no time.
https://rafaelwo.github.io/unparallel/
MIT License
10 stars 0 forks source link

Support single payload with multiple paths #98

Closed RafaelWO closed 10 months ago

RafaelWO commented 10 months ago

🚀 Feature Request

Currently, one can pass multiple payloads (list of dictionaries) - to serve as a JSON body - with only one URI/path. In this case, the same URI will be used for all payloads. But it is not yet possible to do this the other way around, i.e. multiple paths with one payload.

This feature should be added.

🔈 Motivation

Use case, you might want to post the same data to multiple paths.

🛰 Alternatives

n/a

📎 Additional context

n/a