Qore RestClientDataProvider Module Reference 2.0
Loading...
Searching...
No Matches
RestClientCallRequestDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
2
25namespace RestClientDataProvider {
28
30class RestClientCallRequestDataType : public HashDataType {
31
32public:
33protected:
35 const Fields = ...;
36
37
38public:
39
42
43
45protected:
47public:
48
49};
50};
Data type for REST call requests.
Definition RestClientCallRequestDataType.qc.dox.h:30
const Fields
Field descriptions.
Definition RestClientCallRequestDataType.qc.dox.h:35
hash< auto > getConstructorFields()
Returns fields to add.
Qore RestClientDataProvider module definition.
Definition RestClientCallDataProvider.qc.dox.h:26
const RestClientCallRequestDataType
Constant type for REST call requests.
Definition RestClientCallRequestDataType.qc.dox.h:27