Install ruby-multipart-parser by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-multipart-parser
Description:
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
Homepage: https://github.com/danabr/multipart-parser
Version: 0.1.1-2
Section: universe/ruby