From 7877c328d0e2655df8e6d7862a3bca4b2dfd8952 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:26:14 +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 546401a4f6..2960037ece 100644 --- a/httpclient-simple/README.md +++ b/httpclient-simple/README.md @@ -7,7 +7,7 @@ This module contains articles about HTTPClient that are part of the HTTPClient E - [Apache HttpClient – Get the Status Code](https://www.baeldung.com/httpclient-status-code) - [Apache HttpClient with SSL](https://www.baeldung.com/httpclient-ssl) - [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout) -- [HttpClient 4 – Send Custom Cookie](https://www.baeldung.com/httpclient-4-cookies) +- [Apache HttpClient – Send Custom Cookie](https://www.baeldung.com/httpclient-cookies) - [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header) - [Apache HttpClient Basic Authentication](https://www.baeldung.com/httpclient-basic-authentication) - [Posting with Apache HttpClient](https://www.baeldung.com/httpclient-post-http-request)