17 lines
736 B
Markdown
17 lines
736 B
Markdown
=========
|
||
## HttpClient 4.x Cookbooks and Examples
|
||
|
||
###The Course
|
||
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 Timeout](http://www.baeldung.com/httpclient-timeout)
|
||
- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies)
|
||
- [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)
|
||
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|