busboy icon indicating copy to clipboard operation
busboy copied to clipboard

A streaming parser for HTML form data for node.js

Results 14 busboy issues
Sort by recently updated
recently updated
newest added

To help obtain 100% coverage from #126, I've added few tests. Also, few comments on some files that are still not 100% covered: - `decodeText.js` still misses line 97 and...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Hello,...

I wasn't planning to PR this, but when I noticed the perf regression compared to the original busboy for larger payloads I thought you might want to be made aware...

originally https://github.com/mscdex/busboy/pull/244 with more links of @faust64 https://github.com/Chocobozzz/PeerTube/issues/4121 https://github.com/expressjs/multer/pull/913 https://datatracker.ietf.org/doc/html/rfc7578#section-4.2 ``` 4.2. Content-Disposition Header Field for Each Part Each part MUST contain a Content-Disposition header field [RFC2183] where the disposition...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

good first issue

This PR is not ready for merge. Discussion-points - Currently it checks for specific rfc-relevant fieldNames and does not apply fieldNameSize on those fieldnames. Should we remove that and just...

#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message...