Versions in this module Expand all Collapse all v1 v1.1.2 Jul 15, 2025 v1.1.1 Jan 3, 2024 v1.1.0 Nov 14, 2023 Changes in this version + type StrictHTTPHandlerFunc func(ctx context.Context, w http.ResponseWriter, r *http.Request, ...) (response interface{}, err error) + type StrictHTTPMiddlewareFunc func(f StrictHTTPHandlerFunc, operationID string) StrictHTTPHandlerFunc v1.0.0 Aug 28, 2023 Changes in this version + type StrictHttpHandlerFunc func(ctx context.Context, w http.ResponseWriter, r *http.Request, ...) (response interface{}, err error) + type StrictHttpMiddlewareFunc func(f StrictHttpHandlerFunc, operationID string) StrictHttpHandlerFunc