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)