[ 源代码: ruby-multipart-parser ]
软件包:ruby-multipart-parser(0.1.1-4)
ruby-multipart-parser 的相关链接
Debian 的资源:
下载源码包 ruby-multipart-parser:
- [ruby-multipart-parser_0.1.1-4.dsc]
- [ruby-multipart-parser_0.1.1.orig.tar.gz]
- [ruby-multipart-parser_0.1.1-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
simple parser for multipart MIME messages
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: another parser needs to be invoked to handle nested messages - does not perform I/O - does not depend on any other library