[BAEL-13599] - Updated Custom Header article and moved article to httpclient-simple

This commit is contained in:
amit2103 2019-04-21 20:12:40 +05:30
parent e8e485b801
commit 73ede4124c
3 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [HttpClient 4 Get the Status Code](http://www.baeldung.com/httpclient-status-code)
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)

View File

@ -12,7 +12,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4)
- [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient)
- [HttpClient 4 Follow Redirects for POST](http://www.baeldung.com/httpclient-redirect-on-http-post)
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)
- [Multipart Upload with HttpClient 4](http://www.baeldung.com/httpclient-multipart-upload)
- [HttpAsyncClient Tutorial](http://www.baeldung.com/httpasyncclient-tutorial)