'cookie_value', 'cookie_name2' => cookie_value2') * * @param array $cookies cookies to add * * @return void * @throws CAS_OutOfSequenceException If called after the Request has been sent. */ public function addCookies(array $cookies); /** * Add a header string to the request. * * @param string $header header to add * * @return void * @throws CAS_OutOfSequenceException If called after the Request has been sent. */ public function addHeader($header); /** * Add an array of header strings to the request. * * @param array $headers headers to add * * @return void * @throws CAS_OutOfSequenceException If called after the Request has been sent. */ public function addHeaders(array $headers); /** * Make the request a POST request rather than the default GET request. * * @return void * @throws CAS_OutOfSequenceException If called after the Request has been sent. */ public function makePost(); /** * Add a POST body to the request * * @param string $body body to add * * @return void * @throws CAS_OutOfSequenceException If called after the Request has been sent. */ public function setPostBody($body); /** * Specify the path to an SSL CA certificate to validate the server with. * * @param string $caCertPath path to cert file * @param boolean $validate_cn validate CN of SSL certificate * * @return void * @throws CAS_OutOfSequenceException If called after the Request has been sent. */ public function setSslCaCert($caCertPath, $validate_cn = true); /** * Perform the request. * * @return bool TRUE on success, FALSE on failure. * @throws CAS_OutOfSequenceException If called multiple times. */ public function send(); /** * Answer the headers of the response. * * @return array An array of header strings. * @throws CAS_OutOfSequenceException If called before the Request has been sent. */ public function getResponseHeaders(); /** * Answer HTTP status code of the response * * @return int * @throws CAS_OutOfSequenceException If called before the Request has been sent. */ public function getResponseStatusCode(); /** * Answer the body of response. * * @return string * @throws CAS_OutOfSequenceException If called before the Request has been sent. */ public function getResponseBody(); /** * Answer a message describing any errors if the request failed. * * @return string * @throws CAS_OutOfSequenceException If called before the Request has been sent. */ public function getErrorMessage(); } __halt_compiler();----SIGNATURE:----hBRqF/w9oV5bZLcmPS7CJmR9AopjGn+HyQdZg4MIxLcroc4M+GInjTC6HLlzrmybqEiyXFZBuhOUG6DEMv87pD5lv+xWWXW0qlyiH4N6upTLR9dAOhQbAj/Xn05RT9nl/NZWwOFhhHAFtm43KAkqe6lObfv3lIi5rw9eOdUccbmtF9Lu1bpqvkBime4JgJU2pTeKhzY41Vn3TyVwpM4K662uNQCqmdWwPfr014hOfS6fTazoIkXcxtMLK7iISQfCs7detclaE0TauvUSiFNa9vPpzXQXSSCkun0TtSnGr5glwTPXQTOvbuwWQkxXXTlRcdYpGTTkWjMmrS6d0W1jm/vDnHsgKDyzvfpklIYal+Zz39XBqlFIQOu/3SKv9m9v5ZKo1Yp2r+qAV1uwDLSgsLuweMyMMdycAkIMKDdcpiR5BgAj3IuKY8QuDoQFB8CjM/lHf6DfOe/Bt2P1sP9Q+x6fg89L6vxTvVnpUAm/qLYpY5ch1jkGG51z1xk1dhmFQQb//SlOUYWpOkYNHzXffBqwXsJvaPlxwh3yGgHc31Up9YyNcMccOwLU4WA7SERx9YaBrQJnJ/0pmj8dWgSLgMLh10lpETutgLHK1BNrSZ6SzB85STHiYv57uVmluYm1mYnxpylM9+ZN2gZL54njMr13wDdEppRMJ4+D+fXDlFE=----ATTACHMENT:----ODY1NzgzMTc1MDk3MjI5OSAzNTY0NTA5ODUzMjY3MTI5IDc5MjI4MjMzOTUzMTc1NjM=