A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Encode FormData content into the multipart/form-data format
A W3C HTML JSON forms spec compliant field appender (for lack of a better name). Useful for people implementing application/x-www-form-urlencoded
and `multipart/form-data` parsers.
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.