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