# Packages
Package driver defines an interface for custom HTTP listeners.
Package health provides health check handlers.
Package requestlog provides an http.Handler that logs information about requests.
Package sdserver provides the diagnostic hooks for a server using Stackdriver.
Package xrayserver provides the diagnostic hooks for a server using AWS X-Ray.
# Functions
New creates a new server.
NewDefaultDriver creates a driver with an http.Server with default timeouts.
# Variables
Set is a Wire provider set that produces a *Server given the fields of Options.
# Structs
DefaultDriver implements the driver.Server interface.
Options is the set of optional parameters.
Server is a preconfigured HTTP server with diagnostic hooks.