Adaptive Framework 0.9.0

open_response

The following is a list of properties for the function open_response:

PropertyValue
briefOpen a response stream
categorystream
descriptionThis will open a response text write-only stream that will be written to the http response.
functionIdopen_response
functionLabelopen_response
parameters[ { "brief": "Stream id", "dataType": "string", "description": "This is the streamId that will be associated with this open response stream.", "name": "streamId" }, { "brief": "Auto flush", "dataType": "boolean", "description": "If specified and true, this will automatically flush the stream's buffers after every write.", "name": "autoFlush", "optional": true } ]
returns{ "brief": "streamNumber", "dataType": "integer", "description": "The streamNumber for the streamId or -1 if there was an error. Use get_stream_error() for error information." }
sideEffects[ "Stream is opened" ]