Update README.md
This commit is contained in:
parent
480d6683ba
commit
185d062bdb
|
@ -1,13 +1,6 @@
|
||||||
=========
|
=========
|
||||||
## This module contains articles that are part of the HTTPClient Ebook
|
## This module contains articles that are part of the HTTPClient Ebook
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
### Relevant Articles:
|
|
||||||
|
|
||||||
- [HttpClient 4 – Get the Status Code](http://www.baeldung.com/httpclient-status-code)
|
- [HttpClient 4 – Get the Status Code](http://www.baeldung.com/httpclient-status-code)
|
||||||
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
|
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
|
||||||
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
|
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
|
||||||
|
@ -15,3 +8,9 @@ for the live Maven profile
|
||||||
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)
|
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)
|
||||||
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)
|
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)
|
||||||
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|
||||||
|
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
Loading…
Reference in New Issue