Skip to content

Commit 73ede41

Browse files
committed
[BAEL-13599] - Updated Custom Header article and moved article to httpclient-simple
1 parent e8e485b commit 73ede41

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

httpclient-simple/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
88
### Relevant Articles:
99

1010
- [HttpClient 4 – Get the Status Code](http://www.baeldung.com/httpclient-status-code)
11-
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
11+
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
12+
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)

httpclient/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java renamed to httpclient-simple/src/test/java/org/baeldung/httpclient/HttpClientHeadersLiveTest.java

File renamed without changes.

httpclient/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1212
- [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4)
1313
- [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient)
1414
- [HttpClient 4 – Follow Redirects for POST](http://www.baeldung.com/httpclient-redirect-on-http-post)
15-
- [Custom HTTP Header with the HttpClient](http://www.baeldung.com/httpclient-custom-http-header)
1615
- [HttpClient Basic Authentication](http://www.baeldung.com/httpclient-4-basic-authentication)
1716
- [Multipart Upload with HttpClient 4](http://www.baeldung.com/httpclient-multipart-upload)
1817
- [HttpAsyncClient Tutorial](http://www.baeldung.com/httpasyncclient-tutorial)

0 commit comments

Comments
 (0)