Veikkosuhonen / SimplyHTTP

A small GUI desktop tool for testing HTTP APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small GUI desktop tool for testing HTTP APIs

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%