Lines Matching full:curl
31 * Provides support for performing web-requests via curl
46 * Set additional curl options
68 * initialize the CURL session
79 'CURL error #'.curl_errno($ch).': '.curl_error($ch)
88 // close the CURL session
96 * Internal method to initialize our cURL handle and configure the request.
100 * @return resource|false The cURL handle on success, false on failure
105 * initialize the CURL session
122 phpCAS::trace('CURL: Set CURLOPT_CAINFO ' . $this->caCertPath);
129 * Configure curl to capture our output.
131 // return the CURL output into a variable
186 * Internal method for capturing the headers from a curl request.
188 * @param resource $ch handle of curl