From 131ef763099ac84f8057c5935b01c7fee91de30a Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:22:28 +0800 Subject: [PATCH] Update README.md --- httpclient-simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient-simple/README.md b/httpclient-simple/README.md index 4ee4d12f47..546401a4f6 100644 --- a/httpclient-simple/README.md +++ b/httpclient-simple/README.md @@ -9,7 +9,7 @@ This module contains articles about HTTPClient that are part of the HTTPClient E - [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout) - [HttpClient 4 – Send Custom Cookie](https://www.baeldung.com/httpclient-4-cookies) - [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header) -- [HttpClient Basic Authentication](https://www.baeldung.com/httpclient-4-basic-authentication) +- [Apache HttpClient Basic Authentication](https://www.baeldung.com/httpclient-basic-authentication) - [Posting with Apache HttpClient](https://www.baeldung.com/httpclient-post-http-request) - [Adding Parameters to Apache HttpClient Requests](https://www.baeldung.com/apache-httpclient-parameters)