2013-11-19 16:16:23 +02:00
|
|
|
|
=========
|
2013-11-24 20:09:17 +02:00
|
|
|
|
## HttpClient 4.x Cookbooks and Examples
|
2013-11-19 16:16:23 +02:00
|
|
|
|
|
2016-06-28 12:14:10 +03:00
|
|
|
|
###The Course
|
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
2013-11-19 16:16:23 +02:00
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-12-26 22:08:32 +02:00
|
|
|
|
|
2016-02-08 11:57:26 +02:00
|
|
|
|
- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies)
|
|
|
|
|
- [HttpClient 4 – Get the Status Code](http://www.baeldung.com/httpclient-status-code)
|
|
|
|
|
- [HttpClient 4 – Cancel / Abort Request](http://www.baeldung.com/httpclient-cancel-request)
|
2013-11-24 20:09:17 +02:00
|
|
|
|
- [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4)
|
2013-12-26 22:08:32 +02:00
|
|
|
|
- [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient)
|
|
|
|
|
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
|
2016-02-08 11:57:26 +02:00
|
|
|
|
- [HttpClient 4 – Follow Redirects for POST](http://www.baeldung.com/httpclient-redirect-on-http-post)
|
|
|
|
|
- [HttpClient – Set Custom Header](http://www.baeldung.com/httpclient-custom-http-header)
|
2014-03-20 21:59:42 +02:00
|
|
|
|
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)
|
2016-02-08 11:57:26 +02:00
|
|
|
|
- [Multipart Upload with HttpClient 4](http://www.baeldung.com/httpclient-multipart-upload)
|
2016-02-08 12:45:35 +02:00
|
|
|
|
- [HttpAsyncClient Tutorial](http://www.baeldung.com/httpasyncclient-tutorial)
|
2016-02-10 13:47:44 +02:00
|
|
|
|
- [HttpClient 4 Tutorial](http://www.baeldung.com/httpclient-guide)
|
2017-02-19 22:22:43 +01:00
|
|
|
|
- [Advanced HttpClient Configuration](http://www.baeldung.com/httpclient-advanced-config)
|
2017-10-23 12:09:06 +06:00
|
|
|
|
- [HttpClient 4 – Do Not Follow Redirects](http://www.baeldung.com/httpclient-stop-follow-redirect)
|
|
|
|
|
- [HttpClient 4 – Setting a Custom User-Agent](http://www.baeldung.com/httpclient-user-agent-header)
|