Versions in this module Expand all Collapse all v0 v0.1.9 Apr 20, 2026 Changes in this version + var NotFound = &HTTPError + type DiskResolver struct + Root string + func NewDiskResolver(root string) *DiskResolver + func (d *DiskResolver) Resolve(remainingPath string) ([]byte, string, error) + type HTTPError struct + Message string + Status int + func (e *HTTPError) Error() string + type Handler struct + CacheMaxAge int + Resolver Resolver + func (h *Handler) ServeHTTP(reqCtx request.RequestContext) + type Resolver interface + Resolve func(remainingPath string) (data []byte, mimeType string, err error)