# Functions
NewGetHealthzHandler handles health requests.
NewGetHelloHandler handles hello requests.
NewGetStatusHandler handles requests for cached connectivity status.
NewPutStatusProbeHandler handles requests for connectivity probes.
NewServer creates a server to handle health requests.
# Constants
AdminOptionAny exposes every API over both Unix and HTTP sockets.
AdminOptionUnix restricts most APIs to hosting over Unix sockets.
# Variables
AdminOptions is the slice of all valid AdminOption values.
PortToPaths is a convenience map for access to the ports and their common string representations.
# Type aliases
AdminOption is an option for determining over which protocols the APIs are exposed.