From a44e69f389a4679e66e99274c71ada44e0eb57a8 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:54:16 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-httpclient-request-parameters --- core-java-modules/core-java-11-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-11-2/README.md b/core-java-modules/core-java-11-2/README.md index ebd857886d..b864e1ca99 100644 --- a/core-java-modules/core-java-11-2/README.md +++ b/core-java-modules/core-java-11-2/README.md @@ -13,3 +13,4 @@ This module contains articles about Java 11 core features - [Call Methods at Runtime Using Java Reflection](https://www.baeldung.com/java-method-reflection) - [Java HttpClient Basic Authentication](https://www.baeldung.com/java-httpclient-basic-auth) - [Java HttpClient With SSL](https://www.baeldung.com/java-httpclient-ssl) +- [Adding Parameters to Java HttpClient Requests](https://www.baeldung.com/java-httpclient-request-parameters)