myshenin / aws-lambda-multipart-parser

Parser of multipart/form-data requests for AWS Lambda
MIT License
74 stars 38 forks source link

refactoring out prototype extension, creating buffer of content with binary encoding, removing dependency on base-64, adding space to the filename pattern #9

Closed caiolrm closed 6 years ago

myshenin commented 6 years ago

why do we need adding space to the filename pattern? I'm bad with regex