handlers icon indicating copy to clipboard operation
handlers copied to clipboard

OPTIONS in Allow for MethodHandler

Open bakz opened this issue 2 years ago • 0 comments

MethodHandler supports OPTIONS, but it's not included in Allow.

https://github.com/gorilla/handlers/blob/3e030244b4ba0480763356fc8ca0ade6222e2da0/handlers.go#L32

allow := []string{http.MethodOptions}

In case of 405, client should know OPTIONS is an option.

bakz avatar Sep 14 '22 15:09 bakz