spring-framework/spring-webflux
Brian Clozel 1efa162cf0 WebClient defaultStatusHandler do not apply to exchangeTo*
This commit documents the fact that default status handlers configured
on the `WebClient` are not applied to `exchangeTo*` methods as those
variants give full access to the client response.

Applying them here would restrict the ability to adapt the behavior
depending on the HTTP response status.

Closes gh-30059
2023-03-31 11:19:40 +02:00
..
src WebClient defaultStatusHandler do not apply to exchangeTo* 2023-03-31 11:19:40 +02:00
spring-webflux.gradle Refine generic type management in AbstractMessageWriterResultHandler 2023-03-30 18:07:01 +02:00