Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2026 v0.0.3 Jul 17, 2026 Changes in this version + func ClientRequestLogger(l *slog.Logger) func(ctx context.Context, req *http.Request) error + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + func ClientResponseLogger(d HttpRequestDoer, l *slog.Logger) HttpRequestDoer v0.0.2 Sep 22, 2025 v0.0.1 Sep 16, 2025 Changes in this version + func SpecHandler(prov SpecFileProvider) func(w http.ResponseWriter, r *http.Request) + type SpecFileProvider func(pathToFile string) map[string]func() ([]byte, error)