mcollina / autocannon

fast HTTP/1.1 benchmarking tool written in Node.js
MIT License
7.86k stars 325 forks source link

Replace third-party form-data package with native FormData class #528

Open JaoodxD opened 3 months ago

JaoodxD commented 3 months ago

Node.js has supported native FormData since version 18. This issue proposes replacing the third-party form-data package with the built-in FormData class to reduce number of third-party dependencies and lean toward native solutions.

mcollina commented 2 months ago

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.

JaoodxD commented 2 months ago

Sure, I'd be happy to work on this