|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This interface defines methods that clients should use for configuring, sending, and receiving proxied HTTP requests. More...
Inheritance diagram for CAS_ProxiedService_Http:
Collaboration diagram for CAS_ProxiedService_Http: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.