Skip to content

Commit 705b310

Browse files
committed
[BAEL-13601] - Updated Custom Cookie article and moved code
1 parent 5e859a1 commit 705b310

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+
- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies)

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

File renamed without changes.

httpclient/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
77

88
### Relevant Articles:
99

10-
- [HttpClient 4 – Send Custom Cookie](http://www.baeldung.com/httpclient-4-cookies)
1110
- [HttpClient 4 – Cancel Request](http://www.baeldung.com/httpclient-cancel-request)
1211
- [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4)
1312
- [Unshorten URLs with HttpClient](http://www.baeldung.com/unshorten-url-httpclient)

0 commit comments

Comments
 (0)