FormHttpMessageConverter should be able to read Multipart responses #33263
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
FormHttpMessageConverter currently doesn't support reading multipart responses: it can only write requests.
Unless I'm mistaken, this means that RestClient can't be used out-of-the-box to make http calls to services which return a multipart response.
Considering that:
I think FormHttpMessageConverter should support reading, or there should be an alternative HttpMessageConverter which can be used for these type of responses
The text was updated successfully, but these errors were encountered: