Categorygithub.com/invine/echo
repository
0.0.3
Repository: https://github.com/invine/echo.git
Documentation: pkg.go.dev

# README

Echo

Simple echo app for connectivity testing.

GET /?message={message}

Returns message text sent as URL parameter.

POST /

Body shoud contain JSON object with message parameter which will be returned in the response.

GET /ping

Returns pong.