Qore DataStreamUtil Module Reference  1.0
 All Namespaces Functions Variables Groups Pages
Data Stream Headers

Variables

const DataStreamUtil::DataStreamContentType = "DataStream-Content-Type"
 HTTP header for the data stream Content-Type header equivalent where each HTTP chunk is encoded/decoded separately. More...
 
const DataStreamUtil::DataStreamContentEncoding = "DataStream-Content-Encoding"
 HTTP header for the data stream Content-Encoding header equivalent where each HTTP chunk is encoded/decoded separately.
 
const DataStreamUtil::DataStreamAccept = "DataStream-Accept"
 HTTP header for the data stream Accept header equivalent where each HTTP chunk is encoded/decoded separately.
 
const DataStreamUtil::DataStreamAcceptEncoding = "DataStream-Accept-Encoding"
 HTTP header for the data stream Accept-Encoding header equivalent where each HTTP chunk is encoded/decoded separately.
 
const DataStreamUtil::DataStreamError = "DataStream-Error"
 HTTP trailer to be sent after chunked data has been transferred in case of an error on the sending side, giving a string describing the error.
 
const DataStreamUtil::DataStreamContentEncodingHash
 supported values for the DataStream-Accept-Encoding header
 

Detailed Description

Variable Documentation

const DataStreamUtil::DataStreamContentType = "DataStream-Content-Type"

HTTP header for the data stream Content-Type header equivalent where each HTTP chunk is encoded/decoded separately.

These are the data stream header values for HTTP chunked transfers where each chunk is encoded separately