Problem to solve
How can I correctly hurl from Python without having to launch a new hurl or curl process? I would give it a task string, and get the response back.
Proposal
It would mean a lot to have a Python SDK for hurl. The goals would be:
- Avoid launching a
hurl or curl process. Use as a library.
- Concurrency is important.
- Both
asyncio and conventional non-async threading support are important.
Problem to solve
How can I correctly
hurlfrom Python without having to launch a newhurlorcurlprocess? I would give it a task string, and get the response back.Proposal
It would mean a lot to have a Python SDK for
hurl. The goals would be:hurlorcurlprocess. Use as a library.asyncioand conventional non-asyncthreadingsupport are important.