Async HTTP server checker written in Rust.
- Concurrently checks multiple HTTP servers (e.g., Apache) for availability and status.
- Written in Rust for fast and efficient performance.
- Uses Tokio for asynchronous execution.
- Clone the repository:
git clone https://github.com/abumuhammad/async-httpd-check.git
- Install dependencies:
cd async-httpd-check cargo build - Run the project:
cargo run
Feel free to fork the project, raise issues, or submit pull requests for improvements.