ChunkedEncodingOutputStream.closeStream

Closes the chunked-encoded stream, which also flushes the stream, effectively writing a final zero-size chunk header and footer. Also closes the underlying stream, if possible.

struct ChunkedEncodingOutputStream(S)
closeStream
()

Meta