Closed as not planned
Description
The latest HTTP client for testing a Spring application is org.springframework.web.client.RestClient, but according to the docs it is not currently supported by spring-restdocs.
For most use cases, RestClient is a better choice than WebClient/WebTestClient as the latter imposes a reactive API and a dependency on Spring WebFlux.