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.
Comment From: pivotal-issuemaster
@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.
Comment From: pivotal-issuemaster
@HaloFour Thank you for signing the Contributor License Agreement!
Comment From: rstoyanchev
This is merged now, thanks!