Subrat
Results
2
issues of
Subrat
Hi, we are using oapi-codegen for a go-gin web server. For one of our endpoints(that serves as a webhook), for security and validation purposes we need the http body raw...
enhancement
documentation
server:gin
### Problem When using oapi-codegen generated strict middleware (`StrictMiddlewareFunc`), the response status code is not available during middleware execution. ### Expected Behavior ```go func Telemetry(f v1.StrictHandlerFunc, operationName string) v1.StrictHandlerFunc {...