Module testing

Module testing 

Source
Available on crate features server and test-utils only.
Expand description

Exposes functions to quickly configure a server suitable for testing.

Functionsยง

quic_config
Creates a QuicConfig suitable for testing.
relay_config
Creates a RelayConfig suitable for testing.
self_signed_tls_certs_and_config
Creates a [rustls::ServerConfig] and certificates suitable for testing.
server_config
Creates a ServerConfig suitable for testing.
tls_config
Creates a TlsConfig suitable for testing.