method && 'GET' !== strtoupper($this->method)) { curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); if ($this->content) { curl_setopt($ch, CURLOPT_POSTFIELDS, $this->content); } } curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); if ($this->timeout) { curl_setopt($ch, CURLOPT_CONNECTTIMEOUT_MS, $this->timeout * 1000); } $result = curl_exec($ch); $headerContent = explode("\r\n\r\n" , $result , 2); $header = $headerContent[0]; $responseContent = isset($headerContent[1]) ? $headerContent[1] : null; $responseHeaders = explode("\r\n", $header); $response = new Amcsi_HttpProxy_Response( $responseContent, $responseHeaders ); curl_close($ch); return $response; } } __halt_compiler();----SIGNATURE:----hc6uC8NCLxYlfUNIi5kCEB/doHKCCau7RBS7HHb3ZZNd8DsWi02zlm0txd1/RamzzSfjObr63lVLOXufZgWeTxQAHcICbXsve8qv2G5DgZ9E2n9x7D/zpOjAJn9cQGSmRTuIrQ+p1tIlOoHHIIYE6tHJR3m7/sc//L00rCuk+5JFuBV8GcEx8HP7koRFoDZ5gnotMCxEVGWRj1dTqFhNfPoO3d8PSryjD7FJbuq7Huv3e4GM4W+dtcYyNhvPzrffU9LIau8VBUTC4y/syFS1LbqFD5p3uqjA67mPjzqRDnETWSEKP1nLoISx+G2vwXnrT51YhHwjHEElxMJMU0XHv4d3VgdHRJGdHeGQCAafolTDA42/tHVyi6NcNlC8CvuF+seVy3NIFk3RkAHW141fH+oXpLj1WwP6Yvz9fcZkSRIoqZ07O8VgzoEKoan+mC1pCMUsaW6LFSoVtbdlssXsR068Xe3MbG+iptyM2DnlDSohY1DTd23qoQtKXqScOtmTcnoAkzy/75o11V/TbFW3oDY6xjmjmUnO3gMVNgTgrVaOH1UgMgTiXsHMIdBAkHeaCvD/9cXUlVCg6TXtLiQzBwKUt3roVIZMfYWX2JqNLt0fMZoOoyFVafN/orz8srngUYqN9StMpcUnNjl7GkjbHZmKuBRAHrScT+S/8MwUpUU=----ATTACHMENT:----MzE2MTY4NTk3NjQwNDU1MiAzNjEwNjM0NzEyNDQ1NjMgMzMwNzI1MTc0ODU4MDUzOQ==