public function send() { foreach ($this->response->headers() as $name => $value) { header("{$name}: {$value}", true, $this->response->getStatus()); } echo $this->response->getBody(); }