37 "desc":
"REST OPTIONS data provider; makes an `OPTIONS` request to a REST server and returns the "
39 "type":
"RestClientOptionsDataProvider",
41 "supports_request":
True,
46 AbstractDataProvider::DataProviderSummaryInfoKeys
Data type for REST call responses.
Definition: RestClientCallResponseDataType.qc.dox.h:27
Data type for REST client call requests with no message bodies.
Definition: RestClientCallWithoutBodyRequestDataType.qc.dox.h:27
const ConstructorOptions
Constructor arguments.
Definition: RestClientDataProvider.qc.dox.h:39
The REST client OPTIONS data provider class.
Definition: RestClientOptionsDataProvider.qc.dox.h:28
const RequestType
Request type.
Definition: RestClientOptionsDataProvider.qc.dox.h:50
__7_ AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(RestClient rest)
Creates the object from a REST connection.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
RestClient rest
REST client connection.
Definition: RestClientOptionsDataProvider.qc.dox.h:32
auto doRequestImpl(auto req, __7_ hash< auto > request_options)
Makes a request and returns the response.
const ProviderInfo
Provider info.
Definition: RestClientOptionsDataProvider.qc.dox.h:35
const ResponseType
Response type.
Definition: RestClientOptionsDataProvider.qc.dox.h:53
string getName()
Returns the data provider name.
constructor(__7_ hash< auto > options)
Creates the object from constructor options.
const ProviderSummaryInfo
Provider summary info.
Definition: RestClientOptionsDataProvider.qc.dox.h:45
__7_ AbstractDataProviderType getRequestTypeImpl()
Qore RestClientDataProvider module definition.
Definition: RestClientCallDataProvider.qc.dox.h:26