#net #api #host #check

checkhost

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

1 unstable release

0.1.0 Mar 29, 2023

#124 in #net

22 downloads per month
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–21MB
~229K SLoC