Uses of Interface
org.springframework.http.client.reactive.ClientHttpRequest

Packages that use ClientHttpRequest
Package
Description
Abstractions for reactive HTTP client support including ClientHttpRequest and ClientHttpResponse as well as a ClientHttpConnector.
Mock implementations of reactive HTTP client contracts.
Support for testing Spring WebFlux server endpoints via WebTestClient.
Support for testing Spring MVC applications via WebTestClient with MockMvc for server request handling.
Provides a reactive WebClient that builds on top of the org.springframework.http.client.reactive reactive HTTP adapter layer.