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
Comment From: rstoyanchev
It looks like #23159 and #23209 took care of the RestTemplate but not the WebClient.