Skip to content

Insomnia is an application that allows the testing of web APIs.

License

Notifications You must be signed in to change notification settings

m-shahrestani/Insomnia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insomnia

AP Midterm Project - simple copy of insomina app with Java - a practice for java swing, multi threading and http request

You can find the original version here.
It is just a simple implementation of the insomnia app in java. You can use this project to send HTTP requests. supported methods are GET, POST, DELETE and PUT method. You can choose binary file, form data, or JSON for your request body kind. you can also save response and save and grouping requests.

You can use this project on two ways:

  • 1: send request into terminal (like curl)
  • 2: use GUI

Installation

Download this project, run HttpMain class in Http package for request into terminal or run the Main class in gui package for GUI app.

some photos of project

About

Insomnia is an application that allows the testing of web APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published