node-modules / urllib

Request HTTP(s) URLs in a complex world.
MIT License
726 stars 117 forks source link

Upload received chunks directly to another destination #394

Open abazeed opened 2 years ago

abazeed commented 2 years ago

While receiving the chunks of the buffer, is there any option to upload them directly to another destination without storing them or creating the full buffer locally? In another word, is there an option to use your library to stream an externally hosted file (URL) to another destination using multipart/form-data content type?