# Functions

ConfigForAddress returns the config for the deepest matching sub-domain for the host portion of the given network address.
ConfigForHost returns the config for the deepest matching sub-domain for the given host.
ConfigForRequest is like ConfigForHost, using the hostname part of req.Host from the given request.

# Structs

Config represents the configuration for a given domain.
ConfigWithHost is a Config with associated hostname/domain.