BioforestChain / dweb_browser

BioforestChain Infrastructure
https://docs.dweb-browser.org
MIT License
17 stars 4 forks source link

multipart.http.std.dweb #87

Closed Gaubee closed 9 months ago

Gaubee commented 9 months ago

实现对http对Multipart标准的模块化实现

要求:

  1. 能够做按需解析,从而做到快速响应
  2. 对异常有足够好的包容性
  3. 解析做到可配置,比如配置大小限制、配置类型限制、配置缓存目录

参考资料: https://github.com/abonander/multipart

kingsword09 commented 9 months ago

最终选择的库是:https://github.com/rousan/multer-rs