#api-wrapper #net #cli

checkhost

https://check-host.net 的 CLI 和 API 包装器。

1 个不稳定版本

0.1.0 2023年3月29日

#124 in #net

每月 22 次下载
check-host 中使用

MIT 许可证

7KB
128

checkhost

作为库的 check-host.net API 包装器。

(函数文档尚未设置)

用法

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

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

依赖项

~4–16MB
~234K SLoC