Go to file
2023-02-14 10:43:40 +01:00
charts/recho feat: add helm chart 2023-02-14 10:43:40 +01:00
src feat: add content-type handling 2023-02-09 15:00:42 +01:00
.dockerignore feat: dockerize app 2023-02-14 10:16:31 +01:00
.gitignore initial commit 2023-02-09 09:54:28 +01:00
Cargo.lock initial commit 2023-02-09 09:54:28 +01:00
Cargo.toml initial commit 2023-02-09 09:54:28 +01:00
Dockerfile feat: dockerize app 2023-02-14 10:16:31 +01:00
LICENSE feat: add readme and license 2023-02-09 10:14:39 +01:00
README.md feat: add readme and license 2023-02-09 10:14:39 +01:00

Recho

License

A Simple echo server written in Rust

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 accept
  • TOKEN environment variable which defaults to token if not set, used as a authentication token for the /reset endpoint