namlephuong95
Results
1
comments of
namlephuong95
> **For recent versions use:** > Goutte Client instance (which extends `Symfony\Component\BrowserKit\HttpBrowser`) > > ``` > use Symfony\Component\HttpClient\HttpClient; > use Goutte\Client; > > $client = new Client(HttpClient::create(['proxy' => 'http://xx.xx.xx.xx:80'])); >...