Class CAS_Request_CurlRequest
Provides support for performing web-requests via curl
- CAS_Request_AbstractRequest implements CAS_Request_RequestInterface
CAS_Request_CurlRequest implements CAS_Request_RequestInterface
Package: PhpCAS
Category: Authentication
License: Apache License 2.0
Author: Adam Franco afranco@middlebury.edu
Link: https://wiki.jasig.org/display/CASC/phpCAS
Class: CAS_Request_CurlRequest
Located at shared/cas/source/CAS/Request/CurlRequest.php
Category: Authentication
License: Apache License 2.0
Author: Adam Franco afranco@middlebury.edu
Link: https://wiki.jasig.org/display/CASC/phpCAS
Class: CAS_Request_CurlRequest
Located at shared/cas/source/CAS/Request/CurlRequest.php
public |
|
protected boolean |
|
public resource |
#
initAndConfigure( )
Internal method to initialize our cURL handle and configure the request. This method should NOT be used outside of the CurlRequest or the CurlMultiRequest. |
private |
#
_storeResponseBody( string
$body )
Store the response body. This method should NOT be used outside of the CurlRequest or the CurlMultiRequest. |
private |
#
_curlReadHeaders( handle
$ch, string $header
)
Internal method for capturing the headers from a curl request. |
private array |
$_curlOptions |
#
array() |
$caCertPath,
$cookies,
$headers,
$isPost,
$postBody,
$url,
$validateCN |