17 lines
736 B
Markdown
Raw Normal View History

=========
## 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)
2019-04-28 00:42:22 +03:00
- [HttpClient 4 Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies)
2019-04-27 22:56:34 +03:00
- [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)
2019-04-28 00:42:22 +03:00
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)