# Functions
New returns a new HTTP server.
WithCertFile sets the TLS certificate file.
WithHandlers adds HTTP request handlers.
WithKeyFile sets the TLS key file.
WithServerIdleTimeout sets the idle timeout.
WithServerReadHeaderTimeout sets the read header timeout.
WithTracingEnabled enables/disables OpenTelemetry tracing.
WithTracingServiceName sets the name of the OpenTelemetry service.
# Variables
BuildVersion contains the version of the Orb build.
# Type aliases
Opt is an HTTP server option.