https://httpie.io/ reimplementation in Kotlin Multiplatform powered by https://github.com/jmfayard/kotlin-cli-starter
You can install using one of the options listed below
| Source | Command |
|---|---|
| curl | curl -L https://raw.githubusercontent.com/raychenon/httpie.kt/main/installer.sh | sh |
| Kotlin Native | Clone, run ./gradlew install then $ http --help |
| Kotlin JVM | Clone and run ./gradlew run |
| Tests | ./gradlew allTests |