File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11=========
22## This module contains articles that are part of the HTTPClient Ebook
33
4- # Running the Tests
5- To run the live tests, use the command: mvn clean install -Plive
6- This will start an embedded Jetty server on port 8082 using the Cargo plugin configured in the pom.xml file,
7- for the live Maven profile
8-
9- ### Relevant Articles:
10-
114- [ HttpClient 4 – Get the Status Code] ( http://www.baeldung.com/httpclient-status-code )
125- [ HttpClient with SSL] ( http://www.baeldung.com/httpclient-ssl )
136- [ HttpClient Timeout] ( http://www.baeldung.com/httpclient-timeout )
147- [ HttpClient 4 – Send Custom Cookie] ( http://www.baeldung.com/httpclient-4-cookies )
158- [ Custom HTTP Header with the HttpClient] ( http://www.baeldung.com/httpclient-custom-http-header )
169- [ HttpClient Basic Authentication] ( http://www.baeldung.com/httpclient-4-basic-authentication )
1710- [ Posting with HttpClient] ( https://www.baeldung.com/httpclient-post-http-request )
11+
12+
13+ ### Running the Tests
14+ To run the live tests, use the command: mvn clean install -Plive
15+ This will start an embedded Jetty server on port 8082 using the Cargo plugin configured in the pom.xml file,
16+ for the live Maven profile
You can’t perform that action at this time.
0 commit comments