Versions in this module Expand all Collapse all v0 v0.1.1 Jun 2, 2026 v0.1.0 Jun 2, 2026 Changes in this version + type CachedHTTPGetter struct + CacheDir string + NegativeTTL caddy.Duration + TTL caddy.Duration + URL string + func (*CachedHTTPGetter) CaddyModule() caddy.ModuleInfo + func (g *CachedHTTPGetter) GetCertificate(ctx context.Context, hello *tls.ClientHelloInfo) (*tls.Certificate, error) + func (g *CachedHTTPGetter) Provision(ctx caddy.Context) error + func (g *CachedHTTPGetter) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + func (g *CachedHTTPGetter) Validate() error