Sha256: e3e1e94594837bbd03fa1410b448d535c0930eca1c407afb94f372e6dfbe2c04
Contents?: true
Size: 721 Bytes
Versions: 12
Compression:
Stored size: 721 Bytes
Contents
## 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](https://github.com/iafonov/cosmonaut) HTTP server. Implementation based on [node-formidable](https://github.com/felixge/node-formidable) by [Felix Geisendörfer](https://github.com/felixge). Inspired by [http-parser](https://github.com/joyent/http-parser) by [Ryan Dahl](https://github.com/ry). ### Contributors: * [Daniel T. Wagner](http://www.danieltwagner.de/) * [James McLaughlin](http://udp.github.com/) © 2012 [Igor Afonov](http://iafonov.github.com)
Version data entries
12 entries across 12 versions & 1 rubygems