Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2020 Changes in this version + var ErrBadRemoteAddr = errors.Value("bad remote address") + var ErrServiceNotAvailable = errors.Value("service not available") + type Engine struct + func New(watcher driver.Watcher) *Engine + func (e *Engine) HostPolicy(ctx context.Context, host string) error + func (e *Engine) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (e *Engine) Start()