2019-10-31 21:43:47 -04:00
|
|
|
|
## HttpClient 4.x
|
|
|
|
|
|
|
|
|
|
This module contains articles about HttpClient 4.x
|
|
|
|
|
|
2019-10-25 08:14:04 -04:00
|
|
|
|
### The Course
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
|
|
- [HttpClient 4 – Cancel Request](https://www.baeldung.com/httpclient-cancel-request)
|
|
|
|
|
- [HttpClient 4 Cookbook](https://www.baeldung.com/httpclient4)
|
|
|
|
|
- [Unshorten URLs with HttpClient](https://www.baeldung.com/unshorten-url-httpclient)
|
|
|
|
|
- [HttpClient 4 – Follow Redirects for POST](https://www.baeldung.com/httpclient-redirect-on-http-post)
|
|
|
|
|
- [Multipart Upload with HttpClient 4](https://www.baeldung.com/httpclient-multipart-upload)
|
|
|
|
|
- [HttpAsyncClient Tutorial](https://www.baeldung.com/httpasyncclient-tutorial)
|
|
|
|
|
- [HttpClient 4 Tutorial](https://www.baeldung.com/httpclient-guide)
|
|
|
|
|
- [Advanced HttpClient Configuration](https://www.baeldung.com/httpclient-advanced-config)
|
|
|
|
|
- [HttpClient 4 – Do Not Follow Redirects](https://www.baeldung.com/httpclient-stop-follow-redirect)
|
|
|
|
|
- [Custom User-Agent in HttpClient 4](https://www.baeldung.com/httpclient-user-agent-header)
|