Skip to content

Multipart/related support in Spring Webclient #24582

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

Closed
niteshsinha opened this issue Feb 24, 2020 · 1 comment
Closed

Multipart/related support in Spring Webclient #24582

niteshsinha opened this issue Feb 24, 2020 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@niteshsinha
Copy link

Hi

Is multipart/related supported in spring webclient?
I am trying to create multipart/related mime request using webclient, but i dont see a corresponding MediaType listed for it, although i know it is possible with RestTemplate as per #23159

I have tried to make it work but i suppose i dont have then required Convertor in the chain, hence not able to correctly parse the individual parts.

This issue is more to get a traction on the SO question is posted.

P.S. Pardon me for ignoring the guidelines and creating the issue here. Please delete/remove this if required.

Thanks,
Nitesh

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 24, 2020
@rstoyanchev
Copy link
Contributor

It looks like #23159 and #23209 took care of the RestTemplate but not the WebClient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants