Skip to content

ghostwasgood/JAVA-HTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

JAVA-HTTP

Hello 👋

I made this very simple tool to start studying HTTP requests in JAVA.

You need JAVA 18 to be able to test it: Download JAVA

Functions:

  • HTTP REQUEST
  • IP JSON LOOKUP

HTTP REQUEST:

  • It allows to receive the STATUS CODE and RESPONSE TEXT of a site.

IP JSON LOOKUP

  • It allows to analyze an IP obtaining its information in JSON format.

btw GEFF helped me study HTTP requests:heart: