[][src]Crate connchk

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

HttpOptions

Provides a deserialize target for optional parameters in custom HTTP(s) checks.

HttpResource

Provides a deserialize target for general parameters for HTTP(s) checks.

NetworkResources

Provides a deserialize target for TOML configuration files defining multiple TcpResource or HttpResource entities

Resource

A generic resource combining all possible fields into a common type

TcpResource

Provides a deserialize target for TCP checks

Enums

ResType

Classifies the resource type for the top-level Resource struct