node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
MIT License
7k stars 680 forks source link

refactor: Remove depr. request #807

Closed jimmywarting closed 2 years ago

jimmywarting commented 2 years ago

request have been deprecated for a long time...

I took one body/header example out and using it as a static fixture example instead

Allows to remove request and many sub modules

jimmywarting commented 2 years ago

I'm curious about what the issue #46 really was about... was it the request fault or formidable that was too strict? (how was it fixed?)

the body did look alright to me... but the content-type header struck out doe multipart/related... haven't encounter that before. expected it to be multipart/form-data

GrosSacASac commented 2 years ago

I assume it was fixed, but I don't really know