[JAVA-15031] Upgraded code for apache httpclient + moved old version to apache-httpclient4 module. (#13830)

This commit is contained in:
panos-kakos
2023-04-14 16:18:26 +03:00
committed by GitHub
parent befc8fc255
commit 7a71f2bc0c
4 changed files with 99 additions and 28 deletions
+1
View File
@@ -4,6 +4,7 @@ This module contains articles about Apache HttpClient 4.5
### Relevant Articles
- [Apache HttpClient Cancel Request](https://www.baeldung.com/httpclient-cancel-request)
- [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)