Expand description
connchk
is command-line network checking tool written in Rust. It aims
to provide a cross platform utility that can verify if your host can reach
targets defined in a TOML document. Using the library a user can incorporate
network checks into independent works.
Structs§
- Http
Options - Provides a deserialize target for optional parameters in custom HTTP(s) checks.
- Network
Resources - Provides a deserialize target for TOML configuration files
defining multiple
Resource
entities - Resource
- A generic resource combining all possible fields into a common type
Enums§
Functions§
- arg_
handler - Provides argument handling using Clap