2023-02-07 10:39:57 -05:00
|
|
|
## Apache HttpClient
|
|
|
|
|
|
|
|
This module contains articles about Apache HttpClient 4.5
|
|
|
|
|
|
|
|
### Relevant Articles
|
|
|
|
|
|
|
|
- [Apache HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
|
|
|
|
- [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
|
2023-02-07 12:51:05 -05:00
|
|
|
- [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
2023-02-07 10:39:57 -05:00
|
|
|
|
|
|
|
### 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,
|
2023-02-07 12:51:05 -05:00
|
|
|
for the live Maven profile
|