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
@elithrar Would you prefer a flag to skip handling MethodNotAllowed or removing the default MethodNotAllowed handler altogether? (meaning: MethodNotAllowed will only be handled if the handler is explicitly specified)
Or even something like ExplicitMethodNotAllowedHandler to flag the 2nd proposal.
MIGRATED
From mux created by rocketspacer: gorilla#554
RFC 7231 Section 6.5.5
States that
Which is clearly not implemented right now
https://github.com/gorilla/mux/blob/75dcda0896e109a2a22c9315bca3bb21b87b2ba5/mux.go#L601-L603
Suggestion:
The text was updated successfully, but these errors were encountered: