doc(ahc): add link for HTTPS POST example

This commit is contained in:
dancingCycle 2022-01-18 08:39:58 -05:00
parent 0c5a63d40e
commit 1fc52ec300
1 changed files with 5 additions and 1 deletions

View File

@ -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)