Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ResponseSpec#toEntityFlux overload that accepts BodyExtractor #26114

Closed

Conversation

HaloFour
Copy link
Contributor

@HaloFour HaloFour commented Nov 18, 2020

See #26099.

Adds an overload to the ResponseSpec interface to allow interpreting the response as a ResponseEntity<Flux<T>> using a BodyExtractor<Flux<T>, ? super ClientHttpResponse> to decode the body.

@pivotal-issuemaster
Copy link

@HaloFour Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@HaloFour Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 18, 2020
@rstoyanchev rstoyanchev self-assigned this Nov 18, 2020
@rstoyanchev rstoyanchev added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 18, 2020
@rstoyanchev rstoyanchev added this to the 5.3.2 milestone Nov 18, 2020
@rstoyanchev rstoyanchev linked an issue Nov 18, 2020 that may be closed by this pull request
@rstoyanchev
Copy link
Contributor

This is merged now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add toEntityFlux with BodyExtractor to WebClient.ResponseSpec
4 participants