node-modules / formstream

multipart/form-data encoded stream, helper for file upload.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FormStream里塞入请求带的流stream

small752 opened this issue · comments

const form = new FormStream();
form.field('foo', 'bar');
怎么在form里塞入请求里的流

@small752 请问你知道怎么塞入流了吗