Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 606 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 606 Bytes

Multipart form data parser

Features

  • No dependencies
  • Works with chunks of a data - no need to buffer the whole request
  • Almost no internal buffering. Buffer size doesn't exceed the size of the boundary (~60-70 bytes)

Tested as part of Cosmonaut HTTP server.

Implementation based on node-formidable by Felix Geisendörfer.

Inspired by http-parser by Ryan Dahl.

© 2012 Igor Afonov