urllib
urllib copied to clipboard
Upload received chunks directly to another destination
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?