Skip to content

Small HTTP client with GUI writen in Java. Can send hand-written requests and display responses (like netcat) and help to generate requests.

License

Notifications You must be signed in to change notification settings

Kopilov/simple-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP client

Small HTTP client with GUI writen in Java. Can send hand-written requests and display responses (like netcat) and help to generate requests. Requests are generated as

METHOD + URL.Path + HTTP/1.1
headers (Host and Content-length added automatically)

body (if method is POST or PUT)

You can download Jar from Maven Central

If you do not have any Java software, download and install JRE (http://java.com/download) to run compiled program and add directory with 'java' program (jre/bin) to your system variable PATH or write full path to 'java' in bat|sh file of this software.

About

Small HTTP client with GUI writen in Java. Can send hand-written requests and display responses (like netcat) and help to generate requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages