Does anybody have an e.g. of a node http client that writes chunked
data to a multipart stream. Restler has multipart code inside of it
but it doesn't seem to do streaming using the request write method. I
don't want to buffer all the data from the files I need to upload. I
was going to modify Restler to support this.
Thanks!
John