コード例 #1
0
ファイル: HttpClient.php プロジェクト: thefox/phpchat
 public function __construct()
 {
     parent::__construct();
     $this->uri = UriFactory::factory('http://');
 }