From f5172c74e2913bce22218003bcd8ccfeb8a64f39 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:56:10 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-http-client-custom-header --- core-java-modules/core-java-httpclient/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-httpclient/README.md b/core-java-modules/core-java-httpclient/README.md index 712328a123..68f828e81b 100644 --- a/core-java-modules/core-java-httpclient/README.md +++ b/core-java-modules/core-java-httpclient/README.md @@ -4,3 +4,4 @@ This module contains articles about Java HttpClient ### Relevant articles - [Posting with Java HttpClient](https://www.baeldung.com/java-httpclient-post) +- [Custom HTTP Header With the Java HttpClient](https://www.baeldung.com/java-http-client-custom-header)