class Gem::GemcutterUtilities::WebauthnListener::MethodNotAllowedResponse

def add_access_control_headers

def add_access_control_headers
  super
  @http_response["allow"] = %w[GET OPTIONS]
end

def code

def code
  405
end

def reason_phrase

def reason_phrase
  "Method Not Allowed"
end