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

Version Path
nyara-0.1.pre.2 ext/multipart-parser-c/README.md
nyara-0.1.pre.1 ext/multipart-parser-c/README.md
nyara-0.1.pre.0 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.9 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.8 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.6 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.5 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.4 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.3 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.2 ext/multipart-parser-c/README.md
nyara-0.0.1.pre.1 ext/multipart-parser-c/README.md
nyara-0.0.1.pre ext/multipart-parser-c/README.md