From afb5850d1680cd0b9ceafcc9932e5d3016b81370 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Fri, 7 Apr 2023 23:44:46 +0800 Subject: [PATCH] Update README.md [skip ci] --- apache-httpclient4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-httpclient4/README.md b/apache-httpclient4/README.md index dff63a5cc1..9c18e06243 100644 --- a/apache-httpclient4/README.md +++ b/apache-httpclient4/README.md @@ -9,6 +9,7 @@ This module contains articles about Apache HttpClient 4.5 - [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) +- [Retrying Requests using Apache HttpClient](https://www.baeldung.com/java-retrying-requests-using-apache-httpclient) ### Running the Tests To run the live tests, use the command: mvn clean install -Plive