You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.Handler)
instead of http.HandlerFunc.
and we 'll need a new release. But this will affect the consumers when they upgrade.
I can change it and raise a PR if owners/maintainers give it a go.
Why does Negroni use both
http.Handler
andhttp.HandlerFunc
in its API? It's rather inconsistent.compared with the third parameter in
The text was updated successfully, but these errors were encountered: