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
QuicConfigsuitable for testing. - relay_
config - Creates a
RelayConfigsuitable for testing. - self_
signed_ tls_ certs_ and_ config - Creates a [
rustls::ServerConfig] and certificates suitable for testing. - server_
config - Creates a
ServerConfigsuitable for testing. - tls_
config - Creates a
TlsConfigsuitable for testing.