Introduce way to convert ClientHttpResponse to desired type #31597
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Unlike
WebClient::exchange
, which hasClientResponse::bodyToMono
andbodyToFlux
, there is no way inRestClient::exchange
to convert the response body to a desired type using message converters. This should be added.The text was updated successfully, but these errors were encountered: