HttpBin

February 16, 2026 ยท View on GitHub

HttpBin application that implements httpbin(1) HTTP request & response service.

Running

Execute this command to run this sample:

./gradlew run

Then, navigate to http://localhost:8080/ to see the Swagger UI page, which contains documentation for the endpoints the service provides.