From df5ed73ad60405b86259b7a5c793897b9c9e7237 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 5 Apr 2022 19:50:02 +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 fa3be5e72d..47293f2234 100644 --- a/httpclient-simple/README.md +++ b/httpclient-simple/README.md @@ -8,7 +8,7 @@ This module contains articles about HTTPClient that are part of the HTTPClient E - [HttpClient with SSL](https://www.baeldung.com/httpclient-ssl) - [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 HttpClient](https://www.baeldung.com/httpclient-custom-http-header) +- [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) - [Posting with Apache HttpClient](https://www.baeldung.com/httpclient-post-http-request) - [Adding Parameters to HttpClient Requests](https://www.baeldung.com/apache-httpclient-parameters)