Update README.md

This commit is contained in:
johnA1331 2020-12-09 18:23:53 +08:00 committed by GitHub
parent dbf7a4cdc8
commit df1ee124a6
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ This module contains articles about HTTPClient that are part of the HTTPClient E
- [Custom HTTP Header with the HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
- [HttpClient Basic Authentication](https://www.baeldung.com/httpclient-4-basic-authentication)
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
- [Adding Parameters to HttpClient Requests](https://www.baeldung.com/java-httpclient-parameters)
### Running the Tests