const net/http.StatusMethodNotAllowed

4 uses

	net/http (current package)
		server.go#L2633: 				Error(w, StatusText(StatusMethodNotAllowed), StatusMethodNotAllowed)
		status.go#L41: 	StatusMethodNotAllowed             = 405 // RFC 9110, 15.5.6
		status.go#L137: 	case StatusMethodNotAllowed: