File: README

package info (click to toggle)
ruby-multipart-parser 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 128 kB
  • sloc: ruby: 602; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
multipart-parser is a simple parser for multipart MIME messages, written in Ruby, based on felixge/node-formidable's parser.

Some things to note:

* Pure Ruby

* Event-driven API

* Only supports one level of multipart parsing. Invoke another parser if you need to handle nested messages.

* Does not perform I/O.

* Does not depend on any other library.

Latest release: 0.1.1
  * Fixes some issues with ruby 1.9

Contributors:
  Daniel Abrahamsson
  Jérémy Bobbio
  Aaron Patterson
  Jeff Mancuso