Qore DataStreamClient Module Reference
1.2
|
The DataStreamClient module provides client support for the DataStream protocol: YAML-encoded HTTP chunked transfers where each chunk is a unique data entity.
In Qore, DataStream support is implemented on top of the REST infrastructure provided by the Qore library; in this module, the DataStreamClient class inherits and extends RestClient for this reason.
To use this module, use "%requires DataStreamClient"
in your code.
All the public symbols in the module are defined in the DataStreamClient namespace
Classes:
"response-code"
key of the output info hash could be missing in some cases (issue 3237)