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 96efb4bf4a
commit 2034813276
3 changed files with 2 additions and 1 deletions

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