francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

Add utf8 support #4

Closed mabarbeau closed 3 years ago

mabarbeau commented 3 years ago

Add options to pass encoding format to event.

Given <p> </p> Please note the   is a &#160 ;

Expected <p> </p>

Actual <p>�</p>