Qore DataStreamRequestHandler Module Reference  1.0
 All Classes Namespaces Functions Variables Groups Pages

Introduction to the DataStreamRequestHandler Module

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:

Note
Most of the underlying functionality is provided by the DataStreamUtil module

Release Notes

DataStreamRequestHandler v1.0

  • initial release of the module