const net/http.StatusMethodNotAllowed

3 uses

	net/http (current package)
		status.go#L41: 	StatusMethodNotAllowed             = 405 // RFC 7231, 6.5.5
		status.go#L110: 	StatusMethodNotAllowed:             "Method Not Allowed",

	go.uber.org/zap
		http_handler.go#L94: 		w.WriteHeader(http.StatusMethodNotAllowed)