Versions in this module Expand all Collapse all v0 v0.1.0 May 26, 2026 Changes in this version + type App struct + AuthKey string + Hostname string + StateDir string + func (App) CaddyModule() caddy.ModuleInfo + func (a *App) Cleanup() error + func (a *App) DialContext(ctx context.Context, network, addr string) (net.Conn, error) + func (a *App) Provision(ctx caddy.Context) error + func (a *App) Start() error + func (a *App) Stop() error + func (a *App) Validate() error + type Transport struct + func (Transport) CaddyModule() caddy.ModuleInfo + func (t *Transport) Provision(ctx caddy.Context) error + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) + func (t *Transport) UnmarshalCaddyfile(d *caddyfile.Dispenser) error