curl icon indicating copy to clipboard operation
curl copied to clipboard

Request response add curl_getinfo

Open 2byte opened this issue 11 years ago • 0 comments

if ($response) { $response = new CurlResponse($response); $response->info = curl_getinfo($this->request); } else { $this->error = curl_errno($this->request).' - '.curl_error($this->request); }

2byte avatar Oct 03 '14 05:10 2byte