Skip to content

expandrive/multipart-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

A multipart parser written in Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%