A minimal binary to include in containers that can perform a get request to check if the service is healthy
Find a file
2026-02-02 15:54:22 +00:00
src Started trying to do more command line parsing 2026-02-02 15:54:22 +00:00
.gitignore Added ./target to gitignore 2026-02-01 16:23:58 +00:00
Cargo.toml Initial command line arguments set up 2026-02-01 09:42:51 +00:00
LICENSE Initial commit 2026-01-30 17:08:09 +00:00
README.md Initial command line arguments set up 2026-02-01 09:42:51 +00:00

minimal-GET-healthcheck

Inspired by this aricle I want to try to recreate it but without any external dependencies. This will also let me try both rust and building HTTP from scratch.

Build it with cargo build --release --target x86_64-unknown-linux-musl

A minimal binary to include in containers that can perform a get request to check if the service is healthy