Add OuputStream BodyInserter #31184
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
With the introduction of the
JdkClientHttpRequestFactory
, it was necessary to bridge the contract ofOutputStream
and Reactive Streams publisher, because the JavaHttpClient
is based onFlow.Publisher
. The bridge was contributed by @OlegDokuka, seeOutputStreamPublisher
.We should see how this bridge can be used in WebFlux as well, as it can be useful to bridge between reactive and non-reactive APIs.
The text was updated successfully, but these errors were encountered: