From 705b310302061a63d78192a9e08528514d55ec26 Mon Sep 17 00:00:00 2001 From: amit2103 Date: Sun, 21 Apr 2019 19:36:14 +0530 Subject: [PATCH] [BAEL-13601] - Updated Custom Cookie article and moved code --- httpclient-simple/README.md | 3 ++- .../org/baeldung/httpclient/sec/HttpClientCookieLiveTest.java | 0 httpclient/README.md | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename {httpclient => httpclient-simple}/src/test/java/org/baeldung/httpclient/sec/HttpClientCookieLiveTest.java (100%) diff --git a/httpclient-simple/README.md b/httpclient-simple/README.md index d1224359e0..a25bde04be 100644 --- a/httpclient-simple/README.md +++ b/httpclient-simple/README.md @@ -8,4 +8,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: - [HttpClient 4 – Get the Status Code](http://www.baeldung.com/httpclient-status-code) -- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl) \ No newline at end of file +- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl) +- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies) \ No newline at end of file diff --git a/httpclient/src/test/java/org/baeldung/httpclient/sec/HttpClientCookieLiveTest.java b/httpclient-simple/src/test/java/org/baeldung/httpclient/sec/HttpClientCookieLiveTest.java similarity index 100% rename from httpclient/src/test/java/org/baeldung/httpclient/sec/HttpClientCookieLiveTest.java rename to httpclient-simple/src/test/java/org/baeldung/httpclient/sec/HttpClientCookieLiveTest.java diff --git a/httpclient/README.md b/httpclient/README.md index ce98d7e72e..25270bdc98 100644 --- a/httpclient/README.md +++ b/httpclient/README.md @@ -7,7 +7,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: -- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies) - [HttpClient 4 – Cancel Request](http://www.baeldung.com/httpclient-cancel-request) - [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4) - [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient)