Rework HTTP client modules

Closes gh-46118
This commit is contained in:
Andy Wilkinson
2025-07-01 12:00:04 +01:00
parent f86a46d3c5
commit b0158deff7
229 changed files with 359 additions and 1284 deletions
@@ -25,7 +25,7 @@ import org.apache.hc.core5.util.TimeValue;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.boot.restclient.RestTemplateBuilder;
import org.springframework.boot.web.server.test.client.TestRestTemplate;
import org.springframework.http.HttpStatus;
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;