Skip to content

Add OuputStream BodyInserter #31184

Closed
Closed
@poutsma

Description

With the introduction of the JdkClientHttpRequestFactory, it was necessary to bridge the contract of OutputStream and Reactive Streams publisher, because the Java HttpClient is based on Flow.Publisher. The bridge was contributed by @OlegDokuka, see OutputStreamPublisher.

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.

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions