HttpClient |
class |
|
includes/HttpClient.inc |
A http client. |
|
|
|
HttpClientAuthentication |
interface |
|
includes/HttpClient.inc |
Interface that should be implemented by classes that provides a
authentication method for the http client. |
3 |
|
|
HttpClientBaseFormatter |
class |
|
includes/HttpClient.inc |
A base formatter to format php and json. |
|
|
|
HttpClientBasicAuth |
class |
|
includes/auth/basic/HttpClientBasicAuth.inc |
|
|
|
|
HttpClientCompositeFormatter |
class |
|
includes/HttpClient.inc |
A utility formatter to use for creating assymetrical http client formatters. |
|
|
|
HttpClientCurlDelegate |
class |
|
includes/HttpClientCurlDelegate.inc |
A delegate for the HttpClient that uses curl to fetch data. |
|
|
|
HttpClientDelegate |
abstract class |
|
includes/HttpClient.inc |
Abstract base class for Http client delegates. |
1 |
|
|
HttpClientException |
class |
|
includes/HttpClient.inc |
Exception that's used to pass information about the response when
a operation fails. |
|
|
|
HttpClientFormatter |
interface |
|
includes/HttpClient.inc |
Interface implemented by formatter implementations for the http client |
3 |
|
|
HttpClientOAuth |
class |
|
includes/auth/oauth/HttpClientOAuth.inc |
|
|
|
|
HttpClientOAuth2 |
class |
|
includes/auth/oauth2/HttpClientOAuth2.inc |
|
|
|
|
HttpClientRequest |
class |
|
includes/HttpClient.inc |
This is a convenience class that allows the manipulation of a http request
before it's handed over to curl. |
|
|
|
HttpClientXMLFormatter |
class |
|
includes/formatter/HttpClientXMLFormatter.inc |
Class for handling xml-responses.
Returns a SimpleXML object |
|
|
|