- Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed as not planned
Closed as not planned
Copy link
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: documentationA documentation taskA documentation task
Description
Affects: 6.1.1
In the exception handling section, I had expected to see an example using the newly added RestClient:
RestClient restClient = RestClient.builder() .defaultStatusHandler(HttpStatusCode::isError, (req, res) -> ...) .build();Or maybe even a small callout that the same setup/arrangement exists for RestClient.
The introduction section before it gives example for each client as well:

Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: documentationA documentation taskA documentation task