Skip to content

Commit 185d062

Browse files
authored
Update README.md
1 parent 480d668 commit 185d062

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

httpclient-simple/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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

0 commit comments

Comments
 (0)