예제 #1
0
파일: Http.php 프로젝트: 4otaku/framework
	public function save_data (DownloadRequest $request) {
		$this->response_data[$request->getRawUrl()] = $request->getContent();
	}