tiny_request
tiny_request copied to clipboard
Posting multipart data assumes files in the filesystem
Even though the API looks like it works with streams, _getFileSizeInBytes
method in Network
class defers to fs.statSync
method. So if the multipart
object is provided with any kind of stream not backed by a file it fails.