This interface defines methods that clients should use for configuring, sending, and receiving proxied HTTP requests.
More...
This interface defines methods that clients should use for configuring, sending, and receiving proxied HTTP requests.
Definition at line 41 of file Http.php.
◆ getResponseBody()
CAS_ProxiedService_Http::getResponseBody |
( |
| ) |
|
Answer the body of response.
- Returns
- string
- Exceptions
-
◆ getResponseHeaders()
CAS_ProxiedService_Http::getResponseHeaders |
( |
| ) |
|
Answer the headers of the response.
- Returns
- array An array of header strings.
- Exceptions
-
◆ send()
CAS_ProxiedService_Http::send |
( |
| ) |
|
Perform the request.
- Returns
- bool TRUE on success, FALSE on failure.
- Exceptions
-
◆ setUrl()
CAS_ProxiedService_Http::setUrl |
( |
|
$url | ) |
|
Set the URL of the Request.
- Parameters
-
- Returns
- void
- Exceptions
-
The documentation for this class was generated from the following file:
- Services/CAS/lib/CAS/ProxiedService/Http.php