/SimplyHTTP

A small GUI desktop tool for testing HTTP APIs

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

SimplyHTTP

A small GUI desktop app for testing HTTP APIs

Features

  • Send HTTP-requests with optional headers and body
  • See all sent requests and the response status codes
  • Select a response to examine in more detail
  • Auto-formats JSON-responses

Use

Recommended to build from source.

./gradlew run for the lazy

./gradlew package and install the binary for your platform in ./build/compose/binaries/<build output for your platform>

You may have to do tunkkaus eg. get at least java 16