2019-04-20 09:29:18 -04:00
|
|
|
|
=========
|
2019-04-29 08:06:17 -04:00
|
|
|
|
## Articles that are part of the HTTPClient Ebook
|
2019-04-20 09:29:18 -04:00
|
|
|
|
|
2019-04-29 08:06:17 -04:00
|
|
|
|
# To run the live tests, use the command: mvn clean install -Plive
|
2019-04-30 06:18:34 -04:00
|
|
|
|
# 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
|
2019-04-20 09:29:18 -04:00
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
2019-04-20 14:49:55 -04:00
|
|
|
|
- [HttpClient 4 – Get the Status Code](http://www.baeldung.com/httpclient-status-code)
|
2019-04-21 10:59:58 -04:00
|
|
|
|
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
|
2019-04-28 05:54:49 -04:00
|
|
|
|
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
|
2019-04-27 17:42:22 -04:00
|
|
|
|
- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies)
|
2019-04-27 15:56:34 -04:00
|
|
|
|
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)
|
2019-04-21 06:15:49 -04:00
|
|
|
|
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)
|
2019-04-27 17:42:22 -04:00
|
|
|
|
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|