-
Notifications
You must be signed in to change notification settings - Fork 72
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
How to handle files via MP RestClient? #261
Comments
This is not well defined in the MP Rest Client spec. Right now it should be possible using implementation-specific (non-portable) options - like https://quarkus.io/guides/rest-client-multipart. We have had requests to specify how to handle file uploads (multipart attachments) in issue #212. Part of the holdup on this feature is that we'd like to see how the Jakarta JAX-RS community defines it (scheduled for the release after next) so that we can follow suit. |
Hello, with the release of Jakarta EE 10 and thereby Jakarta RESTful web services 3.1, I was wondering if there are plans to integrate with the new EntityPart type (or other ways, now supported by the specification)? |
@jamezp @jim-krueger will take a look at this. |
How to handle file upload/download via Eclipse Microprofile Rest Client?
Or can give some suggestions?
The text was updated successfully, but these errors were encountered: