checkhost

check-host.net api wrapper as a library.

(Functions documentation not yet set)

Usage

```rs use checkhost; use std::{error::Error};

fn main() -> Result<(), Box> { let checkresult = checkhost::checkhttp(host, nodes)?; println("{:?}", check_result); } ```