response->statusCode = 200; $this->response->setHeader('Content-type', 'text/plain'); $this->response->body = 'A list of articles.'; } } ?>