# Packages

Package tomlconfig defines the TOML config for Web Packager HTTP Server.

# Functions

FromTOMLConfig creates and initializes a Server from TOML config.
NewExchangeMetaFactory creates a new ExchangeMetaFactory.
NewHandler creates and initializes a new Handler.
NewServer creates a new Server.

# Structs

Config holds the parameters to NewHandler.
ExchangeConfig configures ExchangeMetaFactory.
ExchangeMetaFactory is an exchange.FactoryProvider designed to be used with Handler.
Handler handles HTTP requests.
Server encapsulates http.Server and Config so it can start and stop CertManager automatically in Serve.