예제 #1
0
파일: RESTController.php 프로젝트: jamm/mvc
 protected function HEAD()
 {
     $this->Response->setSendBody(false);
     $this->GET();
 }