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

Multipart form data #781

Closed
hkaiser25 opened this issue Jan 17, 2024 · 2 comments
Closed

Multipart form data #781

hkaiser25 opened this issue Jan 17, 2024 · 2 comments

Comments

@hkaiser25
Copy link

hkaiser25 commented Jan 17, 2024

Is it possible to upload a file and other text data as part of a form data POST request using lambda_http crate?

@calavera
Copy link
Contributor

The runtime doesn't care about what's in the request body. It's up to you to encode and decode the data the way you want.

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

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

2 participants