phpCAS
version 1.4.0
|
Public Member Functions | |
setUrl ($url) | |
send () | |
getResponseHeaders () | |
getResponseBody () | |
This interface defines methods that clients should use for configuring, sending, and receiving proxied HTTP requests.
CAS_ProxiedService_Http::getResponseBody | ( | ) |
Answer the body of response.
CAS_OutOfSequenceException | If called before the Request has been sent. |
CAS_ProxiedService_Http::getResponseHeaders | ( | ) |
Answer the headers of the response.
CAS_OutOfSequenceException | If called before the Request has been sent. |
CAS_ProxiedService_Http::send | ( | ) |
Perform the request.
CAS_OutOfSequenceException | If called multiple times. |
CAS_ProxiedService_Http::setUrl | ( | $url | ) |
Set the URL of the Request
string | $url | Url to set |
CAS_OutOfSequenceException | If called after the Request has been sent. |