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

Allow Multipart Requests Without Attaching Files #3396

Open
1 task done
laipz8200 opened this issue Nov 8, 2024 · 0 comments
Open
1 task done

Allow Multipart Requests Without Attaching Files #3396

laipz8200 opened this issue Nov 8, 2024 · 0 comments

Comments

@laipz8200
Copy link

laipz8200 commented Nov 8, 2024

Currently, a multipart request can only be sent when the files parameter is non-empty. This restriction limits cases where users might want to send data using multipart mode without attaching any files, which is possible in tools like Postman.

Proposed Change:

Instead of requiring files to be non-empty, we could determine the need for a multipart request based on whether files is None rather than its emptiness. This would allow users to send multipart requests without attaching files if needed.

Example Use Case:

  • Sending form data using multipart mode without the need for a file upload.

Additional Context:

This change has been discussed and approved in the Q&A section with a maintainer. I’d be happy to work on this change.

I'd like to try to implement this feature, please assign this issue to me.


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

1 participant