39 lines
2.6 KiB
Markdown
39 lines
2.6 KiB
Markdown
## Apache HttpClient
|
||
|
||
This module contains articles about Apache HttpClient
|
||
|
||
### The Course
|
||
|
||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||
|
||
### Relevant Articles:
|
||
- [Apache HttpClient – Cancel Request](https://www.baeldung.com/httpclient-cancel-request)
|
||
- [Apache HttpClient Cookbook](https://www.baeldung.com/apache-httpclient-cookbook)
|
||
- [Apache HttpClient – Follow Redirects for POST](https://www.baeldung.com/httpclient-redirect-on-http-post)
|
||
- [Multipart Upload with Apache HttpClient](https://www.baeldung.com/httpclient-multipart-upload)
|
||
- [Apache HttpAsyncClient Tutorial](https://www.baeldung.com/httpasyncclient-tutorial)
|
||
- [Apache HttpClient Tutorial](https://www.baeldung.com/httpclient-guide)
|
||
- [Advanced Apache HttpClient Configuration](https://www.baeldung.com/httpclient-advanced-config)
|
||
- [Apache HttpClient – Do Not Follow Redirects](https://www.baeldung.com/httpclient-stop-follow-redirect)
|
||
- [Custom User-Agent in Apache HttpClient](https://www.baeldung.com/httpclient-user-agent-header)
|
||
- [Apache HttpClient Connection Management](https://www.baeldung.com/httpclient-connection-management)
|
||
- [How to Set TLS Version in Apache HttpClient](https://www.baeldung.com/apache-httpclient-tls)
|
||
- [Reading an HTTP Response Body as a String in Java](https://www.baeldung.com/java-http-response-body-as-string)
|
||
- [How To Get Cookies From the Apache HttpClient Response](https://www.baeldung.com/java-apache-httpclient-cookies)
|
||
- [Enabling Logging for Apache HttpClient](https://www.baeldung.com/apache-httpclient-enable-logging)
|
||
- [Apache HttpClient vs. CloseableHttpClient](https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient)
|
||
- [Apache HttpClient – Cancel Request](https://www.baeldung.com/httpclient-cancel-request)
|
||
- [Apache HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
|
||
- [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
|
||
- [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
||
- [Apache HttpClient vs. CloseableHttpClient](https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient)
|
||
- [Expand Shortened URLs with Apache HttpClient](https://www.baeldung.com/apache-httpclient-expand-url)
|
||
- [Retrying Requests using Apache HttpClient](https://www.baeldung.com/java-retrying-requests-using-apache-httpclient)
|
||
- [Apache HttpClient – Follow Redirects for POST](https://www.baeldung.com/httpclient-redirect-on-http-post)
|
||
|
||
### Running the Tests
|
||
To run the live tests, use the command: mvn clean install -Plive
|
||
This will start an embedded Jetty server on port 8082 using the Cargo plugin configured in the pom.xml file,
|
||
for the live Maven profile
|
||
|