2019-04-20 18:59:18 +05:30
|
|
|
|
=========
|
2019-04-30 13:19:51 +03:00
|
|
|
|
## This module contains articles that are part of the HTTPClient Ebook
|
2019-04-20 18:59:18 +05:30
|
|
|
|
|
2019-10-02 11:30:08 -06:00
|
|
|
|
- [HttpClient 4 – Get the Status Code](https://www.baeldung.com/httpclient-status-code)
|
|
|
|
|
- [HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
|
|
|
|
|
- [HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
|
|
|
|
|
- [HttpClient 4 – Send Custom Cookie](https://www.baeldung.com/httpclient-4-cookies)
|
|
|
|
|
- [Custom HTTP Header with the HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
|
|
|
|
- [HttpClient Basic Authentication](https://www.baeldung.com/httpclient-4-basic-authentication)
|
2019-04-28 00:42:22 +03:00
|
|
|
|
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|
2019-04-30 13:20:55 +03: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
|