commit
b88561186e
|
@ -11,5 +11,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
- [How to Set TLS Version in Apache HttpClient](https://www.baeldung.com/apache-httpclient-tls)
|
- [How to Set TLS Version in Apache HttpClient](https://www.baeldung.com/apache-httpclient-tls)
|
||||||
- [Reading an HTTP Response Body as a String in Java](https://www.baeldung.com/java-http-response-body-as-string)
|
- [Reading an HTTP Response Body as a String in Java](https://www.baeldung.com/java-http-response-body-as-string)
|
||||||
- [How To Get Cookies From the Apache HttpClient Response](https://www.baeldung.com/java-apache-httpclient-cookies)
|
- [How To Get Cookies From the Apache HttpClient Response](https://www.baeldung.com/java-apache-httpclient-cookies)
|
||||||
- [Enabling Logging for Apache HttpClient](https://www.baeldung.com/java-httpclient-enable-logging)
|
- [Enabling Logging for Apache HttpClient](https://www.baeldung.com/apache-httpclient-enable-logging)
|
||||||
- More articles: [[<-- prev]](../httpclient)
|
- More articles: [[<-- prev]](../httpclient)
|
||||||
|
|
|
@ -11,7 +11,7 @@ This module contains articles about HTTPClient that are part of the HTTPClient E
|
||||||
- [Custom HTTP Header with the HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
- [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)
|
- [HttpClient Basic Authentication](https://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)
|
||||||
- [Adding Parameters to HttpClient Requests](https://www.baeldung.com/java-httpclient-parameters)
|
- [Adding Parameters to HttpClient Requests](https://www.baeldung.com/apache-httpclient-parameters)
|
||||||
|
|
||||||
|
|
||||||
### Running the Tests
|
### Running the Tests
|
||||||
|
|
|
@ -8,7 +8,7 @@ This module contains articles about test libraries.
|
||||||
- [Introduction to JSONassert](https://www.baeldung.com/jsonassert)
|
- [Introduction to JSONassert](https://www.baeldung.com/jsonassert)
|
||||||
- [Serenity BDD and Screenplay](https://www.baeldung.com/serenity-screenplay)
|
- [Serenity BDD and Screenplay](https://www.baeldung.com/serenity-screenplay)
|
||||||
- [Serenity BDD with Spring and JBehave](https://www.baeldung.com/serenity-spring-jbehave)
|
- [Serenity BDD with Spring and JBehave](https://www.baeldung.com/serenity-spring-jbehave)
|
||||||
- [Introduction to Awaitility](https://www.baeldung.com/awaitlity-testing)
|
- [Introduction to Awaitility](https://www.baeldung.com/awaitility-testing)
|
||||||
- [Introduction to Hoverfly in Java](https://www.baeldung.com/hoverfly)
|
- [Introduction to Hoverfly in Java](https://www.baeldung.com/hoverfly)
|
||||||
- [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide)
|
- [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide)
|
||||||
- [Introduction To DBUnit](https://www.baeldung.com/java-dbunit)
|
- [Introduction To DBUnit](https://www.baeldung.com/java-dbunit)
|
||||||
|
|
Loading…
Reference in New Issue