quick question - why do we use `httpx` instead of ...
# pacc-july-30-31-2024
j
quick question - why do we use
httpx
instead of
requests
package when making API calls within a task or flow?
j
Either will work. httpx just ships with Prefect and is more supportive of async calls. 🙂
j
great, thanks!