Available on crate feature server only.
Expand description

Helpers for configuring and running an HTTPS server, especially for admission controllers and API extensions

Unlike a normal hyper server, this server reloads its TLS credentials for each connection to support certificate rotation.

Structs

A running server

Command-line arguments used to configure a server

A running server

The path to the server’s TLS certificate bundle

The path to the server’s TLS private key

Enums

Describes an error that occurred while initializing a server