#api-wrapper #net #cli

checkhost

A CLI and API Wrapper for https://check-host.net

1 unstable release

0.1.0 Mar 29, 2023

#119 in #net


Used in check-host

MIT license

7KB
128 lines

checkhost

check-host.net api wrapper as a library.

(Functions documentation not yet set)

Usage

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

fn main() -> Result<(), Box<dyn Error>> {
    let check_result = checkhost::check_http(host, nodes)?;
    println("{:?}", check_result);
}

Dependencies

~4–18MB
~224K SLoC