From 73ede4124c3aa5e121bdc4c20ba1b26c001e7702 Mon Sep 17 00:00:00 2001 From: amit2103 Date: Sun, 21 Apr 2019 20:12:40 +0530 Subject: [PATCH] [BAEL-13599] - Updated Custom Header article and moved article to httpclient-simple --- httpclient-simple/README.md | 3 ++- .../org/baeldung/httpclient/HttpClientHeadersLiveTest.java | 0 httpclient/README.md | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename {httpclient => httpclient-simple}/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java (100%) diff --git a/httpclient-simple/README.md b/httpclient-simple/README.md index d1224359e0..5a679c0a70 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) +- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header) \ No newline at end of file diff --git a/httpclient/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java b/httpclient-simple/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java similarity index 100% rename from httpclient/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java rename to httpclient-simple/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java diff --git a/httpclient/README.md b/httpclient/README.md index ce98d7e72e..ae5b741820 100644 --- a/httpclient/README.md +++ b/httpclient/README.md @@ -12,7 +12,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4) - [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient) - [HttpClient 4 – Follow Redirects for POST](http://www.baeldung.com/httpclient-redirect-on-http-post) -- [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) - [Multipart Upload with HttpClient 4](http://www.baeldung.com/httpclient-multipart-upload) - [HttpAsyncClient Tutorial](http://www.baeldung.com/httpasyncclient-tutorial)