Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2022 v0.0.1 Nov 21, 2020 Changes in this version + func Load(filename string) func(http.Handler) http.Handler + type Engine struct + func New(opts Options) (*Engine, error) + func (e *Engine) Handler(next http.Handler) http.Handler + func (e *Engine) SetLogger(logger *log.Logger) *Engine + type Options struct + Debug bool + PrimarySubdomain string + RedirectMatch []string + func LoadOptions(filename string) (Options, error)