Update README.md

[skip ci]
This commit is contained in:
edizor 2023-04-07 23:44:46 +08:00 committed by GitHub
parent 89e7249f0d
commit ca90b8f9b8
1 changed files with 1 additions and 0 deletions

View File

@ -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