2019-10-31 21:43:47 -04:00
|
|
|
|
## HTTPClient Ebook
|
|
|
|
|
|
|
|
|
|
This module contains articles about HTTPClient that are part of the HTTPClient Ebook.
|
|
|
|
|
|
|
|
|
|
### Relevant Articles
|
|
|
|
|
|
2022-04-05 08:04:11 -04:00
|
|
|
|
- [Apache HttpClient – Get the Status Code](https://www.baeldung.com/httpclient-status-code)
|
2022-04-05 08:16:14 -04:00
|
|
|
|
- [Apache HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
|
2022-04-05 08:19:17 -04:00
|
|
|
|
- [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [HttpClient 4 – Send Custom Cookie](https://www.baeldung.com/httpclient-4-cookies)
|
2022-04-05 07:50:02 -04:00
|
|
|
|
- [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [HttpClient Basic Authentication](https://www.baeldung.com/httpclient-4-basic-authentication)
|
2022-04-05 07:38:29 -04:00
|
|
|
|
- [Posting with Apache HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|
2022-04-05 11:26:50 -04:00
|
|
|
|
- [Adding Parameters to Apache HttpClient Requests](https://www.baeldung.com/apache-httpclient-parameters)
|
2019-10-31 21:43:47 -04: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,
|
|
|
|
|
for the live Maven profile
|