HttpResponseOutputStream.areHeadersFlushed

Determines if the HTTP response headers have been flushed to the underlying output stream.

struct HttpResponseOutputStream(S)
const
bool
areHeadersFlushed
()
if (
isByteOutputStream!S
)

Return Value

Type: bool

true if the headers have been flushed, false otherwise.