ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
This interface defines methods that clients should use for configuring, sending, and receiving proxied HTTP requests. More...
Public Member Functions | |
setUrl ($url) | |
Set the URL of the Request. More... | |
send () | |
Perform the request. More... | |
getResponseHeaders () | |
Answer the headers of the response. More... | |
getResponseBody () | |
Answer the body of response. More... | |
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. |
Reimplemented 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. |
Reimplemented in CAS_ProxiedService_Http_Abstract.
CAS_ProxiedService_Http::send | ( | ) |
Perform the request.
CAS_OutOfSequenceException | If called multiple times. |
Reimplemented in CAS_ProxiedService_Http_Abstract.
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. |
Reimplemented in CAS_ProxiedService_Http_Abstract.