Qore HttpClientDataProvider Module Reference 1.1
Loading...
Searching...
No Matches
HttpClientCallRequestDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
2
25namespace HttpClientDataProvider {
27class HttpClientCallRequestDataType : public HashDataType {
28
29public:
30protected:
32 const Fields = ...;
33
34
35public:
36
39
40};
41};
Data type for HTTP call requests.
Definition HttpClientCallRequestDataType.qc.dox.h:27
const Fields
Field descriptions.
Definition HttpClientCallRequestDataType.qc.dox.h:32
Qore HttpClientDataProvider module definition.
Definition HttpClientCallDataProvider.qc.dox.h:26