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

Add support for multipart-bodies (RFC 2046) #508

Open
Kaliumhexacyanoferrat opened this issue Sep 13, 2024 · 1 comment
Open

Add support for multipart-bodies (RFC 2046) #508

Kaliumhexacyanoferrat opened this issue Sep 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As a developer of a web service, I would like to be able to retrieve multipart content so that I can handle it in my application.

Acceptance criteria

  • Content can either be handled through a specific type or already on framework layer (so that I just inject a Stream into my webservice method for file uploads)
  • The feature is enabled by default
  • The feature has been tested with common browsers and clients (such as curl, Postman)
  • The feature is covered by acceptance tests
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added the enhancement New feature or request label Sep 13, 2024
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added the priority High-priority feature on our roadmap label Oct 11, 2024
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat changed the title Add support for multipart-bodies Add support for multipart-bodies (RFC 2046) Oct 11, 2024
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat removed the priority High-priority feature on our roadmap label Oct 11, 2024
@Kaliumhexacyanoferrat
Copy link
Owner Author

In my opinion modern SPAs and APIs are using single requests instead of bundling them into a multipart request as this is easier to develop, debug and maintain. This issue will stay in the backlog and probably be implemented some day, but lost it's priority status for now.

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

No branches or pull requests

1 participant