Versions in this module Expand all Collapse all v0 v0.1.0 Apr 30, 2026 Changes in this version + type Handler struct + func New(dir string, opts ...Option) *Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Option func(*Handler) + func WithBundle(name string, files ...string) Option + func WithCache(enabled bool) Option + func WithCacheExclude(prefixes ...string) Option + func WithErrorLogger(fn func(error)) Option + func WithMinification(enabled bool) Option