class Protocol::HTTP::Body::Streamable::Output

def close(error = nil)

@parameter error [Exception | Nil] The error that caused this stream to be closed, if any.

Close the output stream.
def close(error = nil)
	@output.close_write(error)
end