From 1fc52ec300e5002baada28c0aa3b9c40906f5a1e Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Tue, 18 Jan 2022 08:39:58 -0500 Subject: [PATCH] doc(ahc): add link for HTTPS POST example --- ahc/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ahc/README.md b/ahc/README.md index 3b712a6..0770e4e 100644 --- a/ahc/README.md +++ b/ahc/README.md @@ -1,5 +1,9 @@ # Overview + This project can serve as example for an Apache HTTP client with Maven and Java. # Links -[Apache HTTP client example](https://www.lenar.io/how-to-send-post-http-request-and-get-http-response/) + +[Apache HTTP Client example](https://www.lenar.io/how-to-send-post-http-request-and-get-http-response/) + +[Apache HTTP Client POST request via HTTPS](https://www.texient.com/2011/05/java-httpclient-ssl-post-https.html)