Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasrsing files (FormData) #1

Open
aberba opened this issue Dec 19, 2020 · 2 comments
Open

Pasrsing files (FormData) #1

aberba opened this issue Dec 19, 2020 · 2 comments

Comments

@aberba
Copy link

aberba commented Dec 19, 2020

Do you plan to support parsing Content-Disposition headers?

@tchaloupka
Copy link
Owner

Yes it should probably be part of the library similar to ie helper for processing chunked encoding to be usable in at least most common cases without the need to write own each time.

Slicing through multipart/form-data should be definitely there, parsing form parts headers too (parseHeaders should handle this already so we just need to use it in a form-data parser)

@zoujiaqing
Copy link

Hi @tchaloupka !

httparsed is a very useful and high quality library! I have integrated it into my new project, Archttp, and added the body parsing part.

However, in the process of use, some code had to be modified to integrate.

In the future version I will make 'httparsed' an external dependency.

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants