Mikedilger Formdata Save Abandoned

Parsing of multipart/form-data

Project README

formdata

Build Status MIT licensed

THIS LIBRARY AND REPOSITORY ARE UNMAINTAINED

Documentation is available at https://mikedilger.github.io/formdata

This library provides a type for storing multipart/form-data data, as well as functions to stream (read or write) such data over HTTP.

multipart/form-data format as described by RFC 7578. HTML forms with enctype=multipart/form-data POST their data in this format. This enctype is typically used whenever a form has file upload input fields, as the default application/x-www-form-urlencoded cannot handle file uploads.

Whether reading from a stream or writing out to a stream, files are never stored entirely in memory, but instead streamed through a buffer.

Open Source Agenda is not affiliated with "Mikedilger Formdata" Project. README Source: mikedilger/formdata
Stars
56
Open Issues
0
Last Commit
6 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating