Add support for org.springframework.web.client.RestClient
#946
Labels
status: declined
Suggestion or change that we don't want to make at this time
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.
The text was updated successfully, but these errors were encountered: