- 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