# Functions
New creates a new HTTP Server.
NewWithMetrics returns an instance of the Server decorated with metrics.
# Structs
Client for REST API.
Config for HTTP Server.
ServerWithMetrics implements Server interface with all methods wrapped with metrics.
# Interfaces
Server describes the methods needed to interact with this package interface.