Versions in this module Expand all Collapse all v0 v0.5.0 Apr 28, 2015 Changes in this version + const DefaultConfigFile + func IsNotFound(err error) bool + type Config struct + ConfigFile string + Host string + Middleware map[string][]middleware.Middleware + Port string + Root string + Shutdown []func() error + Startup []func() error + TLS TLSConfig + func Default() []Config + func Load(filename string) ([]Config, error) + func (c Config) Address() string + type TLSConfig struct + Certificate string + Enabled bool + Key string