Qore DataStreamRequestHandler Module Reference
1.0
|
The DataStreamRequestHandler module provides server 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, for this reason the AbstractDataStreamRequestHandler inherits and extends AbstractRestStreamRequestHandler provided by the RestHandler module.
To use this module, use "%requires DataStreamRequestHandler"
in your code.
All the public symbols in the module are defined in the DataStreamRequestHandler namespace.
Classes: