The HTTP post data provider class.
Definition HttpClientPostDataProvider.qc.dox.h:28
constructor(*hash< auto > options)
Creates the object from constructor options.
string getName()
Returns the data provider name.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(HTTPClient http)
Creates the object from an HTTP connection.
const ProviderInfo
Provider info.
Definition HttpClientPostDataProvider.qc.dox.h:35
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ResponseType
Response type.
Definition HttpClientPostDataProvider.qc.dox.h:46
HTTPClient http
HTTP connection.
Definition HttpClientPostDataProvider.qc.dox.h:32
const ProviderSummaryInfo
Provider summary info.
Definition HttpClientPostDataProvider.qc.dox.h:39
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
const RequestType
Request type.
Definition HttpClientPostDataProvider.qc.dox.h:43