![]() |
Qore HttpClientDataProvider Module Reference
1.0
|
This is the complete list of members for HttpClientDataProvider::HttpClientOptionsDataProvider, including all inherited members.
constructor(*hash< auto > options) | HttpClientDataProvider::HttpClientOptionsDataProvider | |
constructor(HTTPClient http) | HttpClientDataProvider::HttpClientOptionsDataProvider | |
doRequestImpl(auto req, *hash< auto > request_options) | HttpClientDataProvider::HttpClientOptionsDataProvider | protected |
getName() | HttpClientDataProvider::HttpClientOptionsDataProvider | |
getRequestTypeImpl() | HttpClientDataProvider::HttpClientOptionsDataProvider | protected |
getResponseTypeImpl() | HttpClientDataProvider::HttpClientOptionsDataProvider | protected |
getStaticInfoImpl() | HttpClientDataProvider::HttpClientOptionsDataProvider | |
http | HttpClientDataProvider::HttpClientOptionsDataProvider | |
ProviderInfo | HttpClientDataProvider::HttpClientOptionsDataProvider | |
ProviderSummaryInfo | HttpClientDataProvider::HttpClientOptionsDataProvider | |
RequestType | <4ff8ec19">Returns the data provider name. | |
Static Public Member Functions | |
static AwsRestClient | getAwsRestConnection (hash< auto > options) |
Returns a REST connection. | |
Public Attributes | |
const | ConstructorOptions |
Constructor arguments. | |
const | ProviderInfo |
Provider info. | |
Protected Member Functions | |
*AbstractDataProvider | getChildProviderImpl (string name) |
Returns the given child provider or NOTHING if the given child is unknown. More... | |
*list< string > | getChildProviderNamesImpl () |
Returns a list of child data provider names, if any. More... | |
hash< DataProviderInfo > | getStaticInfoImpl () |
Returns data provider static info. | |
The AWS REST client data provider class, provides API classes as children.
|
protected |