Versions in this module Expand all Collapse all v0 v0.12.5 Mar 4, 2020 v0.12.4 Mar 3, 2020 v0.12.3 Feb 7, 2019 GO-2020-0033 GO-2020-0033: Path Traversal in aahframe.work v0.12.2 Dec 13, 2018 GO-2020-0033 GO-2020-0033: Path Traversal in aahframe.work v0.12.1 Dec 8, 2018 GO-2020-0033 GO-2020-0033: Path Traversal in aahframe.work v0.12.0 Dec 2, 2018 GO-2020-0033 GO-2020-0033: Path Traversal in aahframe.work Changes in this version + const DefaultEnvProfile + const DefaultHTTPPort + const DefaultSecureJSONPrefix + const ProfilePrefix + type Settings struct + AccessLogEnabled bool + AuthSchemeExists bool + Autocert *autocert.Manager + BaseDir string + DefaultContentType string + DumpLogEnabled bool + EnvProfile string + GzipEnabled bool + HTTPMaxHdrBytes int + HTTPReadTimeout time.Duration + HTTPWriteTimeout time.Duration + HotReload bool + HotReloadEnabled bool + HotReloadSignalStr string + ImportPath string + Initialized bool + LetsEncryptEnabled bool + PackagedMode bool + PhysicalPathMode bool + Pid int + Redirect bool + RequestIDEnabled bool + RequestIDHeaderKey string + SSLCert string + SSLEnabled bool + SSLKey string + SecureHeadersEnabled bool + SecureJSONPrefix string + ServerHeader string + ServerHeaderEnabled bool + ShutdownGraceTimeStr string + ShutdownGraceTimeout time.Duration + StaticAccessLogEnabled bool + Type string + VirtualBaseDir string + func (s *Settings) HotReloadSignal() os.Signal + func (s *Settings) Refresh(cfg *config.Config) error + func (s *Settings) SetImportPath(args []string)