This topic was automatically generated from Slack. You can find the original thread here.
Dylan Sather (Pipedream) : We added some more examples to our HTTP request docs:
• How to send a multipart/form-data request
• How to download (stream) a file from a URL to the /tmp directory
• How to upload (stream) a file from the /tmp directory
The last two techniques - streaming content to / from a file - can help when you’re working with larger files in a workflow, since they minimize the memory necessary to perform those operations.
Take a look at the docs on HTTP requests and the /tmp directory for more content, and let us know if there are other examples you’d like to see!