Skip to content
Snippets Groups Projects
Commit d5ffc039 authored by brutzman's avatar brutzman
Browse files

CURL rocks!

parent 2cdf2959
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ public class HttpWebPageSource { ...@@ -22,6 +22,7 @@ public class HttpWebPageSource {
System.out.println("HttpWebPageSource: create http connection and retrieve default page"); System.out.println("HttpWebPageSource: create http connection and retrieve default page");
System.out.println("Reference: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol"); System.out.println("Reference: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol");
System.out.println("Reference: https://tools.ietf.org/html/rfc7230"); System.out.println("Reference: https://tools.ietf.org/html/rfc7230");
System.out.println("Reference: https://en.wikipedia.org/wiki/CURL");
System.out.println(); System.out.println();
// We request an IP to connect to a web server running on default http port 80. // We request an IP to connect to a web server running on default http port 80.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment