tinyhttp / milliparsec

🌌 Tiniest body parser in the universe. Built for modern Node.js
https://npm.im/milliparsec
MIT License
165 stars 7 forks source link

File upload support #7

Closed NetOpWibby closed 3 years ago

NetOpWibby commented 3 years ago

Does this module support file uploads?

talentlessguy commented 3 years ago

Nope, it doesn't

because file upload requires multipart header support.

For file uploads I'd recommend multer, multiparty, or async-busboy