Qore AwsRestClientDataProvider Module Reference  1.0
AwsRestClientDataProvider::AwsRestClientCallDataProvider Member List

This is the complete list of members for AwsRestClientDataProvider::AwsRestClientCallDataProvider, including all inherited members.

constructor(*hash< auto > options)AwsRestClientDataProvider::AwsRestClientCallDataProvider
constructor(AwsRestClient rest)AwsRestClientDataProvider::AwsRestClientCallDataProvider
doRequestImpl(auto req, *hash< auto > request_options)AwsRestClientDataProvider::AwsRestClientCallDataProviderprotected
getName()AwsRestClientDataProvider::AwsRestClientCallDataProvider
getRequestTypeImpl()AwsRestClientDataProvider::AwsRestClientCallDataProviderprotected
getResponseTypeImpl()AwsRestClientDataProvider::AwsRestClientCallDataProviderprotected
getStaticInfoImpl()AwsRestClientDataProvider::AwsRestClientCallDataProvider
ProviderInfoAwsRestClientDataProvider::AwsRestClientCallDataProvider
ProviderSummaryInfoAwsRestClientDataProvider::AwsRestClientCallDataProvider
RequestTypeAwsRestClientDataProvider::AwsRestClientCallDataProvider
 
const ProviderInfo
 Provider info.
 
const ProviderSummaryInfo
 Provider summary info.
 
const RequestType = new HttpClientCallWithoutBodyRequestDataType()
 Request type.
 
const ResponseType = new HttpClientCallResponseDataType()
 Response type.
 

Protected Member Functions

auto doRequestImpl (auto req, *hash< auto > request_options)
 Makes a request and returns the response. More...
 
*AbstractDataProviderType getRequestTypeImpl ()
 
*AbstractDataProviderType getResponseTypeImpl ()
 Returns the description of a response message, if this object represents a response message. More...
 

Detailed Description

The HTTP options data provider class.

Member Function Documentation

◆ doRequestImpl()

auto HttpClientDataProvider::HttpClientOptionsDataProvider::doRequestImpl ( auto  req,
*hash< auto >  request_options 
)
protected

Makes a request and returns the response.

Parameters
reqthe request info
request_optionsthe request options after processing by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

*AbstractDataProviderType HttpClientDataProvider::HttpClientOptionsDataProvider::getRequestTypeImpl ( )
protected

Makes a request and returnscallwithoutbody Returns the description of a successful request message, if any

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType HttpClientDataProvider::HttpClientOptionsDataProvider::getResponseTypeImpl ( )
protected

Returns the description of a response message, if this object represents a response message.

Returns
the response type for this response message