Versions in this module Expand all Collapse all v0 v0.6.1 Nov 9, 2025 v0.6.0 Oct 29, 2025 Changes in this version + var ErrScriptFileNotFound = errors.New("script file not found") + type Handler struct + func NewHandler(options ...HandlerOption) *Handler + func (h *Handler) ServeHTTP(writer contracts.ResponseWriter, request *contracts.Request) + type HandlerOption = func(*Handler) + func WithFileSystem(fs afero.Fs) HandlerOption + func WithLogger(logger contracts.Logger) HandlerOption + func WithScript(script config.Script) HandlerOption