-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
REST Client: support download multiple files multipart/form-data #41978
Labels
Milestone
Comments
/cc @cescoffier (rest-client), @geoand (rest-client) |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jul 18, 2024
#41982 takes care of it |
cescoffier
added a commit
that referenced
this issue
Jul 19, 2024
Add support for downloading list of files in REST Client
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jul 22, 2024
Closes: quarkusio#41978 (cherry picked from commit e2452d1)
barreiro
pushed a commit
to barreiro/quarkus
that referenced
this issue
Jul 25, 2024
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Quarkus supports on server side multiple file downloads thanks to #26164
The new REST-Client allows multipart responses at the moment only with single files quarkus-rest-client.
In my use case i would like to download multiple files with the same content-disposition name to be generated as a list of Files or FileDownload like so:
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: