Public Member Functions | |
setUrl ($url) | |
send () | |
getResponseHeaders () | |
getResponseBody () |
This interface defines methods that clients should use for configuring, sending, and receiving proxied HTTP requests.
Definition at line 35 of file Http.php.
CAS_ProxiedService_Http::getResponseBody | ( | ) |
Answer the body of response.
CAS_OutOfSequenceException | If called before the Request has been sent. |
Implemented in CAS_ProxiedService_Http_Abstract.
CAS_ProxiedService_Http::getResponseHeaders | ( | ) |
Answer the headers of the response.
CAS_OutOfSequenceException | If called before the Request has been sent. |
Implemented in CAS_ProxiedService_Http_Abstract.
CAS_ProxiedService_Http::send | ( | ) |
Perform the request.
CAS_OutOfSequenceException | If called multiple times. |
Implemented in CAS_ProxiedService_Http_Abstract.
CAS_ProxiedService_Http::setUrl | ( | $ | url | ) |
Set the URL of the Request
string | $url |
CAS_OutOfSequenceException | If called after the Request has been sent. |
Implemented in CAS_ProxiedService_Http_Abstract.