public function setContentType(\blaze\lang\String $type)
 {
     $this->response->setContentType($type);
 }