コード例 #1
0
ファイル: RESTController.php プロジェクト: jamm/mvc
 protected function HEAD()
 {
     $this->Response->setSendBody(false);
     $this->GET();
 }