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

Support for multipart request #24

Open
IttiS46 opened this issue Jan 5, 2022 · 2 comments
Open

Support for multipart request #24

IttiS46 opened this issue Jan 5, 2022 · 2 comments

Comments

@IttiS46
Copy link

IttiS46 commented Jan 5, 2022

Hello,

is there a way to send multipart/form-data with Post request using this tool?

@IttiS46 IttiS46 changed the title Support fot multipart request Support for multipart request Jan 5, 2022
@Gerry0815
Copy link

Created a super simple way to add multipart/form-data in: https://github.com/braintribehq/plow
Beside maybe some other issues the main drawback is that I added the complete file into memory. For my cases it does not matter but of course this is not a good solution.

@six-ddc
Copy link
Owner

six-ddc commented Jan 9, 2023

Multipart has a complex format, making it difficult to build through command line options. A better approach may be to manually directly build the raw body. Thanks to @Gerry0815 for providing a great reference implementation.

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