JAVA-15014 Moving all client4 code from client-2 to httpclient4 (#13595)

This commit is contained in:
Anastasios Ioannidis 2023-03-09 10:09:08 +02:00 committed by GitHub
parent 0f8f3e0444
commit 3112727064
3 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import org.apache.hc.client5.http.impl.classic.HttpClients;
import org.apache.hc.core5.http.HttpEntity;
import org.apache.hc.core5.http.HttpStatus;
import org.apache.hc.core5.http.io.entity.EntityUtils;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.junit.jupiter.api.Test;
class ApacheHttpClientUnitTest extends GetRequestMockServer {

View File

@ -7,6 +7,8 @@ This module contains articles about Apache HttpClient 4.5
- [Apache HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
- [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
- [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
- [Apache HttpClient vs. CloseableHttpClient](https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient)
- [Expand Shortened URLs with Apache HttpClient](https://www.baeldung.com/apache-httpclient-expand-url)
### Running the Tests
To run the live tests, use the command: mvn clean install -Plive