oapi-codegen
oapi-codegen copied to clipboard
Add Strict server support for Gorilla Mux
When we implemented #499, it was started before we had Gorilla Mux supported (#465), therefore support is missing.
We should add support for Gorilla Mux.
It should work fine with chi version, since the difference is only in routing
Closed by #716