charts/gecho | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
gecho.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
tools.go |
Gecho
A Simple echo server written in Go
Usage
Just compile (or build the container image) and run the application, the only supported parameters are
MAX_REQUESTS
environment variable which defaults to 500 if not set, used to limit the number of requests the server will acceptTOKEN
environment variable which defaults totoken
if not set, used as a authentication token for the /reset endpoint