From 0c5a63d40e21be3060621d616d77bd0d25eaedb1 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Fri, 14 Jan 2022 16:12:10 -0500 Subject: [PATCH] docs(ahc): add example to docu --- ahc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ahc/README.md b/ahc/README.md index 59d125f..3b712a6 100644 --- a/ahc/README.md +++ b/ahc/README.md @@ -2,3 +2,4 @@ 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/)