request->getMethod()); if ($this->request->getMethod() == 'OPTIONS') { return $this->response->html(''); } else { return $this->response->withStatus(404, "not found page."); } } }