Qore RestClientDataProvider Module Reference 2.0
Loading...
Searching...
No Matches
RestClientCallWithoutBodyRequestDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
2
25namespace RestClientDataProvider {
28
31
32public:
33protected:
36
37public:
38
41
42
44protected:
46public:
47
48};
49};
Data type for REST call requests.
Definition RestClientCallRequestDataType.qc.dox.h:30
const Fields
Field descriptions.
Definition RestClientCallRequestDataType.qc.dox.h:35
Data type for REST client call requests with no message bodies.
Definition RestClientCallWithoutBodyRequestDataType.qc.dox.h:30
const Fields
Field descriptions.
Definition RestClientCallWithoutBodyRequestDataType.qc.dox.h:35
Qore RestClientDataProvider module definition.
Definition RestClientCallDataProvider.qc.dox.h:26
const RestClientCallWithoutBodyRequestDataType
Constant type for REST call requests without a body.
Definition RestClientCallWithoutBodyRequestDataType.qc.dox.h:27