Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Java Fetch

Get a website's(URL) source content.

Liberaries:

java.net.URLConnection;
java.util.Scanner;
java.net.URL;

The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.

Instances of this class can be used both to read from and to write to the resource referenced by the URL.

About

HTTP Request in Java

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages