rwf2 / multer

An async parser for multipart/form-data content-type in Rust
MIT License
157 stars 37 forks source link

Add an option to limit fields to be processed #8

Closed rousan closed 4 years ago

rousan commented 4 years ago

Suppose i only expect some fields, but if there are other unknown fields are appeared, an error should be thrown to prevent DDoS attack.

rousan commented 4 years ago

Not needed